We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6e982 commit 04b264dCopy full SHA for 04b264d
build.sbt
@@ -18,7 +18,7 @@ lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
18
19
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test
20
val slf4j = "org.slf4j" % "slf4j-api" % "2.0.16"
21
-val logback = "ch.qos.logback" % "logback-classic" % "1.5.14"
+val logback = "ch.qos.logback" % "logback-classic" % "1.5.15"
22
23
// used during CI to verify that the documentation compiles
24
val compileDocumentation: TaskKey[Unit] = taskKey[Unit]("Compiles documentation throwing away its output")
0 commit comments