Skip to content

Commit

Permalink
Update slf4j-api to 2.0.16 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Aug 11, 2024
1 parent d38277f commit 69693dc
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 @@ -15,7 +15,7 @@ lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
)

val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test
val slf4j = "org.slf4j" % "slf4j-api" % "2.0.15"
val slf4j = "org.slf4j" % "slf4j-api" % "2.0.16"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.6"

// used during CI to verify that the documentation compiles
Expand Down

0 comments on commit 69693dc

Please sign in to comment.