Skip to content

Commit 3463b9c

Browse files
Update elasticmq-core, elasticmq-rest-sqs, ... from 1.6.12 to 1.6.14
1 parent 0055589 commit 3463b9c

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
@@ -467,9 +467,9 @@ lazy val scala_libraries = (project in file("scala-libraries"))
467467
logback
468468
),
469469
libraryDependencies ++= Seq(
470-
"org.elasticmq" %% "elasticmq-core" % "1.6.12",
471-
"org.elasticmq" %% "elasticmq-server" % "1.6.12",
472-
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.12"
470+
"org.elasticmq" %% "elasticmq-core" % "1.6.14",
471+
"org.elasticmq" %% "elasticmq-server" % "1.6.14",
472+
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.14"
473473
),
474474
libraryDependencies ++= Seq(
475475
"software.amazon.awssdk" % "sqs" % "2.32.7"

0 commit comments

Comments
 (0)