Skip to content

Commit 236675b

Browse files
Update elasticmq-core, elasticmq-rest-sqs, ... from 1.6.14 to 1.6.15
1 parent 3ebafcb commit 236675b

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.14",
471-
"org.elasticmq" %% "elasticmq-server" % "1.6.14",
472-
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.14"
470+
"org.elasticmq" %% "elasticmq-core" % "1.6.15",
471+
"org.elasticmq" %% "elasticmq-server" % "1.6.15",
472+
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.15"
473473
),
474474
libraryDependencies ++= Seq(
475475
"software.amazon.awssdk" % "sqs" % "2.33.11"

0 commit comments

Comments
 (0)