Skip to content

Commit 04b264d

Browse files
Update logback-classic to 1.5.15 (#259)
1 parent ef6e982 commit 04b264d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
1818

1919
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test
2020
val slf4j = "org.slf4j" % "slf4j-api" % "2.0.16"
21-
val logback = "ch.qos.logback" % "logback-classic" % "1.5.14"
21+
val logback = "ch.qos.logback" % "logback-classic" % "1.5.15"
2222

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

0 commit comments

Comments
 (0)