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 dff48e7 commit 9fb137aCopy full SHA for 9fb137a
build.sbt
@@ -36,7 +36,7 @@ val logback = "ch.qos.logback" % "logback-classic" % "1.3.15"
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"
39
-val awaitility = "org.awaitility" % "awaitility-scala" % "4.2.2"
+val awaitility = "org.awaitility" % "awaitility-scala" % "4.3.0"
40
41
val amazonJavaSdkSqs = "com.amazonaws" % "aws-java-sdk-sqs" % "1.12.699" exclude ("commons-logging", "commons-logging")
42
val amazonJavaV2SdkSqs = "software.amazon.awssdk" % "sqs" % "2.25.60"
0 commit comments