We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6e4c15 + dd8776c commit c9e8f0cCopy full SHA for c9e8f0c
build.sbt
@@ -32,7 +32,7 @@ def awsS3WithSdkVersion(version: Int)=
32
libraryDependencies ++= Seq(
33
awsSdkForVersion(version),
34
"com.adobe.testing" % "s3mock-testcontainers" % "4.11.0" % Test,
35
- "org.testcontainers" % "testcontainers" % "1.21.4" % Test // Remove this once s3Mock releases version 5.
+ "org.testcontainers" % "testcontainers" % "2.0.3" % Test // Remove this once s3Mock releases version 5.
36
)
37
38
0 commit comments