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 8880748 + 8f723c1 commit 2f3d2a1Copy full SHA for 2f3d2a1
build.sbt
@@ -455,9 +455,9 @@ lazy val scala_libraries = (project in file("scala-libraries"))
455
logback
456
),
457
libraryDependencies ++= Seq(
458
- "org.elasticmq" %% "elasticmq-core" % "1.6.10",
459
- "org.elasticmq" %% "elasticmq-server" % "1.6.10",
460
- "org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.10"
+ "org.elasticmq" %% "elasticmq-core" % "1.6.11",
+ "org.elasticmq" %% "elasticmq-server" % "1.6.11",
+ "org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.11"
461
462
463
"software.amazon.awssdk" % "sqs" % "2.29.50"
0 commit comments