We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 007130b + db584dc commit 37efd54Copy full SHA for 37efd54
build.sbt
@@ -32,7 +32,7 @@ def awsS3WithSdkVersion(version: Int)=
32
.settings(baseSettings,
33
libraryDependencies ++= Seq(
34
awsSdkForVersion(version),
35
- "com.adobe.testing" % "s3mock-testcontainers" % "4.1.1" % Test
+ "com.adobe.testing" % "s3mock-testcontainers" % "4.2.0" % Test
36
)
37
38
0 commit comments