We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da483fd commit c8adc31Copy full SHA for c8adc31
build.sbt
@@ -69,8 +69,8 @@ lazy val root = (project in file("."))
69
70
// Logging and metrics
71
// For ZIO
72
- libraryDependencies += "dev.zio" %% "zio-logging" % "2.3.0",
73
- libraryDependencies += "dev.zio" %% "zio-logging-slf4j" % "2.3.0",
+ libraryDependencies += "dev.zio" %% "zio-logging" % "2.3.2",
+ libraryDependencies += "dev.zio" %% "zio-logging-slf4j2" % "2.3.2",
74
75
// For DataDog
76
libraryDependencies += "org.apache.logging.log4j" % "log4j-to-slf4j" % "2.24.3",
0 commit comments