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 a6b108c commit 7878b98Copy full SHA for 7878b98
build.sbt
@@ -31,7 +31,7 @@ val config = "com.typesafe" % "config" % "1.4.4"
31
val pureConfig = "com.github.pureconfig" %% "pureconfig-core" % "0.17.8"
32
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.4.0"
33
34
-val scalalogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
+val scalalogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.6"
35
val logback = "ch.qos.logback" % "logback-classic" % "1.3.15"
36
val jclOverSlf4j = "org.slf4j" % "jcl-over-slf4j" % "2.0.17" // needed form amazon java sdk
37
0 commit comments