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 9fb137a commit 2ebcbf8Copy full SHA for 2ebcbf8
build.sbt
@@ -32,7 +32,7 @@ val pureConfig = "com.github.pureconfig" %% "pureconfig-core" % "0.17.8"
32
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.3.0"
33
34
val scalalogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
35
-val logback = "ch.qos.logback" % "logback-classic" % "1.3.15"
+val logback = "ch.qos.logback" % "logback-classic" % "1.5.17"
36
val jclOverSlf4j = "org.slf4j" % "jcl-over-slf4j" % "2.0.16" // needed form amazon java sdk
37
38
val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
0 commit comments