Skip to content

Commit

Permalink
Update logback-classic to 1.5.3 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Mar 5, 2024
1 parent 59c36b5 commit 80a9562
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.18" % Test
val slf4j = "org.slf4j" % "slf4j-api" % "2.0.12"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.2"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.3"

// 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 80a9562

Please sign in to comment.