Skip to content

Commit 88ac876

Browse files
Update logback-classic to 1.5.33 (#446)
1 parent 4d521d6 commit 88ac876

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.20" % Test
4141
val slf4j = "org.slf4j" % "slf4j-api" % "2.0.18"
42-
val logback = "ch.qos.logback" % "logback-classic" % "1.5.32"
42+
val logback = "ch.qos.logback" % "logback-classic" % "1.5.33"
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)