We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c51e90 + 03b003b commit 2caf065Copy full SHA for 2caf065
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.3.0" % Test
+ "com.adobe.testing" % "s3mock-testcontainers" % "4.4.0" % Test
36
)
37
38
project/build.properties
@@ -1 +1 @@
1
-sbt.version = 1.10.11
+sbt.version = 1.11.0
0 commit comments