Skip to content

Commit

Permalink
Update zio-logging-slf4j to 2.2.2 in steward
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-asragab[bot] committed Mar 24, 2024
1 parent 7257abb commit 66fed97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object Dependencies {
lazy val zioTestSbt = "dev.zio" %% "zio-test-sbt" % V.zio
lazy val zioCats = "dev.zio" %% "zio-interop-cats" % V.zioCats
lazy val loggingFrontend = "ch.qos.logback" % "logback-classic" % "1.5.3"
lazy val zioSlf4j = "dev.zio" %% "zio-logging-slf4j" % "2.1.17"
lazy val zioSlf4j = "dev.zio" %% "zio-logging-slf4j" % "2.2.2"

lazy val core: Seq[ModuleID] = Seq(
cats,
Expand Down

0 comments on commit 66fed97

Please sign in to comment.