Skip to content

Commit 2c8d874

Browse files
author
softwaremill-ci
authored
Update logback-classic to 1.5.20 (#374)
1 parent 883e81d commit 2c8d874

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ val enableMimaSettings = Seq(
3939

4040
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test
4141
val slf4j = "org.slf4j" % "slf4j-api" % "2.0.17"
42-
val logback = "ch.qos.logback" % "logback-classic" % "1.5.19"
42+
val logback = "ch.qos.logback" % "logback-classic" % "1.5.20"
4343

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

0 commit comments

Comments
 (0)