We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a02728 + 52e4269 commit 56391f8Copy full SHA for 56391f8
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.2.0" % Test
+ "com.adobe.testing" % "s3mock-testcontainers" % "4.3.0" % Test
36
)
37
38
0 commit comments