We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6be932c + 4d1fe5d commit df46c08Copy full SHA for df46c08
build.sbt
@@ -31,7 +31,7 @@ def awsS3WithSdkVersion(version: Int)=
31
.settings(baseSettings,
32
libraryDependencies ++= Seq(
33
awsSdkForVersion(version),
34
- "com.adobe.testing" % "s3mock-testcontainers" % "4.10.0" % Test
+ "com.adobe.testing" % "s3mock-testcontainers" % "4.11.0" % Test
35
)
36
37
0 commit comments