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 8af5a3a + e059418 commit f9f2ed1Copy full SHA for f9f2ed1
build.sbt
@@ -455,9 +455,11 @@ lazy val scala_libraries = (project in file("scala-libraries"))
455
logback
456
),
457
libraryDependencies ++= Seq(
458
- "org.elasticmq" %% "elasticmq-core" % "1.6.8",
459
- "org.elasticmq" %% "elasticmq-server" % "1.6.8",
460
- "org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.8",
+ "org.elasticmq" %% "elasticmq-core" % "1.6.10",
+ "org.elasticmq" %% "elasticmq-server" % "1.6.10",
+ "org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.10"
461
+ ),
462
+ libraryDependencies ++= Seq(
463
"software.amazon.awssdk" % "sqs" % "2.29.37"
464
465
Defaults.itSettings
0 commit comments