File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -680,8 +680,8 @@ lazy val zio2 = (project in file("zio-2"))
680
680
libraryDependencies += " dev.zio" %% " zio-json" % " 0.7.3" ,
681
681
libraryDependencies += " dev.zio" %% " zio-test" % zioVersion % Test ,
682
682
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 " ,
685
685
libraryDependencies += " ch.qos.logback" % " logback-classic" % " 1.5.6" ,
686
686
// used in the article, but can't work with zio-logging-slf4j2 dependency
687
687
// libraryDependencies += "dev.zio" %% "zio-logging-slf4j2-bridge" % "2.1.10",
You can’t perform that action at this time.
0 commit comments