Skip to content

Commit 149238e

Browse files
authored
Merge pull request #1559 from Baeldung/update/elasticmq-core-1.6.8
Update elasticmq-core, elasticmq-rest-sqs, ... from 1.6.7 to 1.6.8
2 parents 866e6f6 + a2b3fcf commit 149238e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,9 @@ lazy val scala_libraries = (project in file("scala-libraries"))
448448
logback
449449
),
450450
libraryDependencies ++= Seq(
451-
"org.elasticmq" %% "elasticmq-core" % "1.6.7",
452-
"org.elasticmq" %% "elasticmq-server" % "1.6.7",
453-
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.7",
451+
"org.elasticmq" %% "elasticmq-core" % "1.6.8",
452+
"org.elasticmq" %% "elasticmq-server" % "1.6.8",
453+
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.8",
454454
"software.amazon.awssdk" % "sqs" % "2.27.24"
455455
),
456456
Defaults.itSettings

0 commit comments

Comments
 (0)