Skip to content

Commit ac448b0

Browse files
Update zio-logging, zio-logging-slf4j2 from 2.1.10 to 2.1.17
1 parent a28cef6 commit ac448b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,8 +680,8 @@ lazy val zio2 = (project in file("zio-2"))
680680
libraryDependencies += "dev.zio" %% "zio-json" % "0.7.3",
681681
libraryDependencies += "dev.zio" %% "zio-test" % zioVersion % Test,
682682
libraryDependencies += "dev.zio" %% "zio-test-sbt" % zioVersion % Test,
683-
libraryDependencies += "dev.zio" %% "zio-logging" % "2.1.10",
684-
libraryDependencies += "dev.zio" %% "zio-logging-slf4j2" % "2.1.10",
683+
libraryDependencies += "dev.zio" %% "zio-logging" % "2.1.17",
684+
libraryDependencies += "dev.zio" %% "zio-logging-slf4j2" % "2.1.17",
685685
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.6",
686686
// used in the article, but can't work with zio-logging-slf4j2 dependency
687687
// libraryDependencies += "dev.zio" %% "zio-logging-slf4j2-bridge" % "2.1.10",

0 commit comments

Comments
 (0)