Skip to content

Commit 8ffbf76

Browse files
authored
Merge pull request #1520 from Baeldung/update/elasticmq-core-1.6.7
Update elasticmq-core, elasticmq-rest-sqs, ... from 1.6.6 to 1.6.7
2 parents 0ea4aae + 9b41481 commit 8ffbf76

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
@@ -440,9 +440,9 @@ lazy val scala_libraries = (project in file("scala-libraries"))
440440
logback
441441
),
442442
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",
443+
"org.elasticmq" %% "elasticmq-core" % "1.6.7",
444+
"org.elasticmq" %% "elasticmq-server" % "1.6.7",
445+
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.7",
446446
"software.amazon.awssdk" % "sqs" % "2.27.10"
447447
),
448448
Defaults.itSettings

0 commit comments

Comments
 (0)