Skip to content

Commit 6d5836a

Browse files
Update logback-classic to 1.5.21 (#378)
1 parent 23bb7be commit 6d5836a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.20"
42+
val logback = "ch.qos.logback" % "logback-classic" % "1.5.21"
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)