Skip to content

Commit c9e8f0c

Browse files
authored
Merge pull request #139 from guardian/update/testcontainers-2.0.3
Update testcontainers to 2.0.3
2 parents a6e4c15 + dd8776c commit c9e8f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def awsS3WithSdkVersion(version: Int)=
3232
libraryDependencies ++= Seq(
3333
awsSdkForVersion(version),
3434
"com.adobe.testing" % "s3mock-testcontainers" % "4.11.0" % Test,
35-
"org.testcontainers" % "testcontainers" % "1.21.4" % Test // Remove this once s3Mock releases version 5.
35+
"org.testcontainers" % "testcontainers" % "2.0.3" % Test // Remove this once s3Mock releases version 5.
3636
)
3737
)
3838

0 commit comments

Comments
 (0)