Skip to content

Commit 47adf7c

Browse files
Update s3 from 2.26.30 to 2.26.31
1 parent 7be23f8 commit 47adf7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
548548
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.767" % IntegrationTest,
549549
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
550550
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
551-
"software.amazon.awssdk" % "s3" % "2.26.30"
551+
"software.amazon.awssdk" % "s3" % "2.26.31"
552552
),
553553
Defaults.itSettings,
554554
IntegrationTest / fork := true

0 commit comments

Comments
 (0)