Skip to content

Commit 5923ad7

Browse files
Update zio-config, zio-config-magnolia, ... to 4.0.6
1 parent f73a5d5 commit 5923ad7

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

project/Dependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object Dependencies {
1010
val ZioParserVersion = "0.1.10"
1111
val ZioSchemaVersion = "1.7.5"
1212
val SttpVersion = "3.3.18"
13-
val ZioConfigVersion = "4.0.5"
13+
val ZioConfigVersion = "4.0.6"
1414

1515
val `jwt-core` = "com.github.jwt-scala" %% "jwt-core" % JwtCoreVersion
1616
val `jwt-zio-json` = "com.github.jwt-scala" %% "jwt-zio-json" % JwtCoreVersion
@@ -36,8 +36,8 @@ object Dependencies {
3636

3737
val unroll = Seq(
3838
"com.lihaoyi" %% "unroll-annotation" % "0.1.12",
39-
"com.lihaoyi" %% "unroll-plugin" % "0.1.12"
40-
)
39+
"com.lihaoyi" %% "unroll-plugin" % "0.1.12",
40+
)
4141

4242
val zio = "dev.zio" %% "zio" % ZioVersion
4343
val `zio-cli` = "dev.zio" %% "zio-cli" % ZioCliVersion

zio-http-example-webauthn/build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ scalaVersion := "2.13.17"
44

55
publish / skip := true
66
publishArtifact := false
7-
run / fork := true
7+
run / fork := true
88

99
libraryDependencies ++= Seq(
10-
"dev.zio" %% "zio" % "2.1.22",
11-
"dev.zio" %% "zio-http" % "3.5.1",
12-
"dev.zio" %% "zio-config" % "4.0.5",
10+
"dev.zio" %% "zio" % "2.1.22",
11+
"dev.zio" %% "zio-http" % "3.5.1",
12+
"dev.zio" %% "zio-config" % "4.0.6",
1313
"com.yubico" % "webauthn-server-core" % "2.7.0",
1414
"com.yubico" % "webauthn-server-attestation" % "2.7.0",
1515
)

zio-http-example/src/main/scala/example/ServerConfigurationExample.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//> using dep "dev.zio::zio-http:3.4.0"
2-
//> using dep "dev.zio::zio-config-typesafe:4.0.5"
2+
//> using dep "dev.zio::zio-config-typesafe:4.0.6"
33

44
package example
55

zio-http-example/src/main/scala/example/config/HoconWithConfiguredLayerExample.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//> using dep "dev.zio::zio-http:3.4.0"
2-
//> using dep "dev.zio::zio-config-typesafe:4.0.5"
2+
//> using dep "dev.zio::zio-config-typesafe:4.0.6"
33

44
package example.config
55

zio-http-example/src/main/scala/example/config/LoadServerConfigFromHoconFile.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//> using dep "dev.zio::zio-http:3.4.0"
2-
//> using dep "dev.zio::zio-config:4.0.5"
3-
//> using dep "dev.zio::zio-config-typesafe:4.0.5"
2+
//> using dep "dev.zio::zio-config:4.0.6"
3+
//> using dep "dev.zio::zio-config-typesafe:4.0.6"
44

55
package example.config
66

0 commit comments

Comments
 (0)