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"))
456
456
" org.elasticmq" %% " elasticmq-core" % " 1.6.8" ,
457
457
" org.elasticmq" %% " elasticmq-server" % " 1.6.8" ,
458
458
" org.elasticmq" %% " elasticmq-rest-sqs" % " 1.6.8" ,
459
- " software.amazon.awssdk" % " sqs" % " 2.29.9 "
459
+ " software.amazon.awssdk" % " sqs" % " 2.29.15 "
460
460
),
461
461
Defaults .itSettings
462
462
)
@@ -581,6 +581,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
581
581
" com.dimafeng" %% " testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest ,
582
582
" com.dimafeng" %% " testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest ,
583
583
" software.amazon.awssdk" % " s3" % " 2.29.9"
584
+
584
585
),
585
586
Defaults .itSettings,
586
587
IntegrationTest / fork := true
You can’t perform that action at this time.
0 commit comments