Skip to content

Commit 919fad5

Browse files
authored
Merge branch 'master' into update/jedis-4.3.2
2 parents 736eeec + c2400de commit 919fad5

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
@@ -317,7 +317,7 @@ val monocleVersion = "2.1.0"
317317
val slickVersion = "3.5.0"
318318
val shapelessVersion = "2.3.10"
319319
val scalazVersion = "7.3.8"
320-
val fs2Version = "3.10.0"
320+
val fs2Version = "3.10.2"
321321
val reactiveMongo = "1.1.0-RC12"
322322

323323
lazy val scala2_libraries =
@@ -508,10 +508,10 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
508508
scalaMock,
509509
"com.lihaoyi" %% "utest" % "0.8.2" % "test",
510510
munitDep,
511-
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.685" % IntegrationTest,
511+
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.691" % IntegrationTest,
512512
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
513513
"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"
515515
),
516516
Defaults.itSettings,
517517
IntegrationTest / fork := true

0 commit comments

Comments
 (0)