We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082d23f commit d0b1da6Copy full SHA for d0b1da6
1 file changed
build.sbt
@@ -31,7 +31,7 @@ lazy val root = (project in file("."))
31
32
libraryDependencies += "com.github.alexarchambault" %% "case-app" % "2.1.0",
33
libraryDependencies += "org.slf4j" % "slf4j-api" % "2.0.18",
34
- libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.32",
+ libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.33",
35
libraryDependencies += "com.lihaoyi" %% "fansi" % "0.5.1",
36
libraryDependencies += "com.lihaoyi" %% "os-lib" % "0.11.8",
37
libraryDependencies += "org.yaml" % "snakeyaml" % "2.6",
0 commit comments