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.
2 parents 93eb04e + 6a259ca commit 372b611Copy full SHA for 372b611
build.sbt
@@ -79,7 +79,7 @@ val scalalogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2"
79
val logback = "ch.qos.logback" % "logback-classic" % "1.2.3"
80
val jclOverSlf4j = "org.slf4j" % "jcl-over-slf4j" % "1.7.30" // needed form amazon java sdk
81
82
-val scalatest = "org.scalatest" %% "scalatest" % "3.2.1"
+val scalatest = "org.scalatest" %% "scalatest" % "3.2.2"
83
val awaitility = "org.awaitility" % "awaitility-scala" % "4.0.3"
84
85
val amazonJavaSdk = "com.amazonaws" % "aws-java-sdk" % "1.11.761" exclude ("commons-logging", "commons-logging")
0 commit comments