Skip to content

Commit a2b3fcf

Browse files
authored
Merge branch 'master' into update/elasticmq-core-1.6.8
2 parents 74f6481 + e8ceb95 commit a2b3fcf

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
@@ -451,7 +451,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
451451
"org.elasticmq" %% "elasticmq-core" % "1.6.8",
452452
"org.elasticmq" %% "elasticmq-server" % "1.6.8",
453453
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.8",
454-
"software.amazon.awssdk" % "sqs" % "2.27.21"
454+
"software.amazon.awssdk" % "sqs" % "2.27.24"
455455
),
456456
Defaults.itSettings
457457
)
@@ -465,7 +465,7 @@ val osLibDep = "com.lihaoyi" %% "os-lib" % osLibVersion
465465
val log4jApiScalaDep =
466466
"org.apache.logging.log4j" %% "log4j-api-scala" % "13.1.0"
467467

468-
val munitDep = "org.scalameta" %% "munit" % "1.0.1" % Test
468+
val munitDep = "org.scalameta" %% "munit" % "1.0.2" % Test
469469

470470
lazy val scala_libraries_os = (project in file("scala-libraries-os"))
471471
.settings(
@@ -564,7 +564,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
564564
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.771" % IntegrationTest,
565565
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
566566
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
567-
"software.amazon.awssdk" % "s3" % "2.27.21"
567+
"software.amazon.awssdk" % "s3" % "2.27.24"
568568
),
569569
Defaults.itSettings,
570570
IntegrationTest / fork := true

0 commit comments

Comments
 (0)