Skip to content

Commit

Permalink
Update logback-classic to 1.5.11 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Oct 16, 2024
1 parent 43cae70 commit 34f293a
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 @@ -16,7 +16,7 @@ lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(

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

// used during CI to verify that the documentation compiles
val compileDocumentation: TaskKey[Unit] = taskKey[Unit]("Compiles documentation throwing away its output")
Expand Down

0 comments on commit 34f293a

Please sign in to comment.