File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
456456 " org.elasticmq" %% " elasticmq-core" % " 1.6.8" ,
457457 " org.elasticmq" %% " elasticmq-server" % " 1.6.8" ,
458458 " org.elasticmq" %% " elasticmq-rest-sqs" % " 1.6.8" ,
459- " software.amazon.awssdk" % " sqs" % " 2.29.9 "
459+ " software.amazon.awssdk" % " sqs" % " 2.29.15 "
460460 ),
461461 Defaults .itSettings
462462 )
@@ -581,6 +581,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
581581 " com.dimafeng" %% " testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest ,
582582 " com.dimafeng" %% " testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest ,
583583 " software.amazon.awssdk" % " s3" % " 2.29.9"
584+
584585 ),
585586 Defaults .itSettings,
586587 IntegrationTest / fork := true
You can’t perform that action at this time.
0 commit comments