Skip to content

Commit 6ba9e7a

Browse files
Update elasticmq-core, elasticmq-rest-sqs, ... from 1.6.6 to 1.6.7
1 parent a7c6f27 commit 6ba9e7a

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.26.31"
447447
),
448448
Defaults.itSettings

0 commit comments

Comments
 (0)