Skip to content

Commit

Permalink
Update zio-config, zio-config-typesafe to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 18, 2024
1 parent 02d0106 commit 0c8b2f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ lazy val examples = projectMatrix
.settings(
publish / skip := true,
libraryDependencies ++= Seq(
"dev.zio" %% "zio-config" % "3.0.7",
"dev.zio" %% "zio-config-typesafe" % "3.0.7",
"dev.zio" %% "zio-config" % "4.0.1",
"dev.zio" %% "zio-config-typesafe" % "4.0.1",
"com.softwaremill.sttp.client3" %% "async-http-client-backend-zio" % sttpV
)
)
Expand Down

0 comments on commit 0c8b2f9

Please sign in to comment.