Skip to content

Commit 000107b

Browse files
Update logback-classic to 1.5.1 (#88)
1 parent 640e852 commit 000107b

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
@@ -16,7 +16,7 @@ lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
1616

1717
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18" % Test
1818
val slf4j = "org.slf4j" % "slf4j-api" % "2.0.12"
19-
val logback = "ch.qos.logback" % "logback-classic" % "1.5.0"
19+
val logback = "ch.qos.logback" % "logback-classic" % "1.5.1"
2020

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

0 commit comments

Comments
 (0)