Skip to content

Commit c8adc31

Browse files
Use sl4j2 integration for ZIO (#9)
1 parent da483fd commit c8adc31

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
@@ -69,8 +69,8 @@ lazy val root = (project in file("."))
6969

7070
// Logging and metrics
7171
// For ZIO
72-
libraryDependencies += "dev.zio" %% "zio-logging" % "2.3.0",
73-
libraryDependencies += "dev.zio" %% "zio-logging-slf4j" % "2.3.0",
72+
libraryDependencies += "dev.zio" %% "zio-logging" % "2.3.2",
73+
libraryDependencies += "dev.zio" %% "zio-logging-slf4j2" % "2.3.2",
7474

7575
// For DataDog
7676
libraryDependencies += "org.apache.logging.log4j" % "log4j-to-slf4j" % "2.24.3",

0 commit comments

Comments
 (0)