Skip to content

Commit

Permalink
Merge pull request #69 from guardian/update/non_aws
Browse files Browse the repository at this point in the history
chore(deps): Non-AWS dependency updates
  • Loading branch information
rtyley authored Jan 17, 2025
2 parents 6f1dacf + 8cde623 commit f9fa950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def awsS3WithSdkVersion(version: Int)=
.settings(baseSettings,
libraryDependencies ++= Seq(
awsSdkForVersion(version),
"com.adobe.testing" % "s3mock-testcontainers" % "3.11.0" % Test
"com.adobe.testing" % "s3mock-testcontainers" % "3.12.0" % Test
)
)

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.10.6
sbt.version = 1.10.7

0 comments on commit f9fa950

Please sign in to comment.