Skip to content

Commit

Permalink
Merge pull request #304 from davenverse/removeDeprecatedEnvLibrary
Browse files Browse the repository at this point in the history
Remove Deprecated Env library
  • Loading branch information
ChristopherDavenport authored Jul 16, 2024
2 parents b2dca71 + 994d1c1 commit 7877567
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 7877567

Please sign in to comment.