Skip to content

Commit f9f2ed1

Browse files
authored
Merge pull request #1688 from Baeldung/update/elasticmq-core-1.6.10
Update elasticmq-core, elasticmq-rest-sqs, ... from 1.6.8 to 1.6.10
2 parents 8af5a3a + e059418 commit f9f2ed1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

build.sbt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,9 +455,11 @@ lazy val scala_libraries = (project in file("scala-libraries"))
455455
logback
456456
),
457457
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",
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"
461+
),
462+
libraryDependencies ++= Seq(
461463
"software.amazon.awssdk" % "sqs" % "2.29.37"
462464
),
463465
Defaults.itSettings

0 commit comments

Comments
 (0)