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"))
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",
You can’t perform that action at this time.
0 commit comments