Skip to content

Commit

Permalink
Update slf4j-api to 2.0.12 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 22, 2024
1 parent 8dad080 commit dbc2fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ val micrometerVersion = "1.12.2"
update / checksums := Nil

libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-api" % "2.0.11",
"org.slf4j" % "slf4j-api" % "2.0.12",
"io.micrometer" % "micrometer-core" % micrometerVersion,
"org.apache.pekko" %% "pekko-actor" % pekkoVersion,
"org.apache.pekko" %% "pekko-slf4j" % pekkoVersion,
Expand Down

0 comments on commit dbc2fa2

Please sign in to comment.