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 0ea4aae + 9b41481 commit 8ffbf76Copy full SHA for 8ffbf76
build.sbt
@@ -440,9 +440,9 @@ lazy val scala_libraries = (project in file("scala-libraries"))
440
logback
441
),
442
libraryDependencies ++= Seq(
443
- "org.elasticmq" %% "elasticmq-core" % "1.6.6",
444
- "org.elasticmq" %% "elasticmq-server" % "1.6.6",
445
- "org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.6",
+ "org.elasticmq" %% "elasticmq-core" % "1.6.7",
+ "org.elasticmq" %% "elasticmq-server" % "1.6.7",
+ "org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.7",
446
"software.amazon.awssdk" % "sqs" % "2.27.10"
447
448
Defaults.itSettings
0 commit comments