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 b6cfede commit 40bc79dCopy full SHA for 40bc79d
build.sbt
@@ -33,7 +33,7 @@ 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.14"
36
-val jclOverSlf4j = "org.slf4j" % "jcl-over-slf4j" % "2.0.14" // needed form amazon java sdk
+val jclOverSlf4j = "org.slf4j" % "jcl-over-slf4j" % "2.0.15" // needed form amazon java sdk
37
38
val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
39
val awaitility = "org.awaitility" % "awaitility-scala" % "4.2.2"
0 commit comments