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