Skip to content

Commit

Permalink
Update zio-config, zio-config-typesafe to 4.0.2 (#2820)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 5, 2024
1 parent 0c23f59 commit d0c229d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ lazy val zioHttpExample = (project in file("zio-http-example"))
.settings(libraryDependencies ++= Seq(`jwt-core`, `zio-schema-json`))
.settings(
libraryDependencies ++= Seq(
"dev.zio" %% "zio-config" % "4.0.1",
"dev.zio" %% "zio-config-typesafe" % "4.0.1",
"dev.zio" %% "zio-config" % "4.0.2",
"dev.zio" %% "zio-config-typesafe" % "4.0.2",
"dev.zio" %% "zio-metrics-connectors" % "2.3.1",
"dev.zio" %% "zio-metrics-connectors-prometheus" % "2.3.1",
),
Expand Down Expand Up @@ -323,13 +323,13 @@ lazy val docs = project
libraryDependencies ++= Seq(
`jwt-core`,
"dev.zio" %% "zio-test" % ZioVersion,
"dev.zio" %% "zio-config" % "4.0.1",
"dev.zio" %% "zio-config" % "4.0.2",
),
publish / skip := true,
mdocVariables ++= Map(
"ZIO_SCHEMA_VERSION" -> ZioSchemaVersion,
"ZIO_VERSION" -> ZioVersion
)
"ZIO_VERSION" -> ZioVersion,
),
)
.dependsOn(zioHttpJVM)
.enablePlugins(WebsitePlugin)
Expand Down

0 comments on commit d0c229d

Please sign in to comment.