Skip to content

Commit

Permalink
Remove Deprecated Env library
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Jul 16, 2024
1 parent 9019144 commit 994d1c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ lazy val commonSettings = Seq(
"io.circe" %%% "circe-core" % circeV,
"io.circe" %%% "circe-generic" % circeV,
"io.circe" %%% "circe-parser" % circeV,
"io.chrisdavenport" %%% "env" % "0.1.0",

"org.typelevel" %%% "log4cats-core" % log4catsV,
"org.typelevel" %%% "log4cats-testing" % log4catsV % Test,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import scodec.bits.ByteVector
import org.http4s.ember.client.EmberClientBuilder
import fs2.io.net.unixsocket.UnixSocketAddress
import org.http4s.client.middleware.UnixSocket
import io.chrisdavenport.env.Env
import cats.effect.std.Env

object Docker {

Expand Down

0 comments on commit 994d1c1

Please sign in to comment.