We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640e852 commit 000107bCopy full SHA for 000107b
build.sbt
@@ -16,7 +16,7 @@ lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
16
17
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18" % Test
18
val slf4j = "org.slf4j" % "slf4j-api" % "2.0.12"
19
-val logback = "ch.qos.logback" % "logback-classic" % "1.5.0"
+val logback = "ch.qos.logback" % "logback-classic" % "1.5.1"
20
21
// used during CI to verify that the documentation compiles
22
val compileDocumentation: TaskKey[Unit] = taskKey[Unit]("Compiles documentation throwing away its output")
0 commit comments