File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ val monocleVersion = "2.1.0"
317
317
val slickVersion = " 3.5.0"
318
318
val shapelessVersion = " 2.3.10"
319
319
val scalazVersion = " 7.3.8"
320
- val fs2Version = " 3.10.0 "
320
+ val fs2Version = " 3.10.2 "
321
321
val reactiveMongo = " 1.1.0-RC12"
322
322
323
323
lazy val scala2_libraries =
@@ -508,10 +508,10 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
508
508
scalaMock,
509
509
" com.lihaoyi" %% " utest" % " 0.8.2" % " test" ,
510
510
munitDep,
511
- " com.amazonaws" % " aws-java-sdk-s3" % " 1.12.685 " % IntegrationTest ,
511
+ " com.amazonaws" % " aws-java-sdk-s3" % " 1.12.691 " % IntegrationTest ,
512
512
" com.dimafeng" %% " testcontainers-scala-scalatest" % " 0.41.3" % IntegrationTest ,
513
513
" com.dimafeng" %% " testcontainers-scala-localstack-v2" % " 0.41.3" % IntegrationTest ,
514
- " software.amazon.awssdk" % " s3" % " 2.25.15 "
514
+ " software.amazon.awssdk" % " s3" % " 2.25.21 "
515
515
),
516
516
Defaults .itSettings,
517
517
IntegrationTest / fork := true
You can’t perform that action at this time.
0 commit comments