Skip to content

Commit

Permalink
Merge pull request #55 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 Jul 30, 2024
2 parents 9f69b35 + 8d4d814 commit 19542da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lazy val baseSettings = Seq(
organization := "com.gu.etag-caching",
licenses := Seq(License.Apache2),
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.18" % Test
"org.scalatest" %% "scalatest" % "3.2.19" % Test
),
Test / testOptions +=
Tests.Argument(TestFrameworks.ScalaTest, "-u", s"test-results/scala-${scalaVersion.value}", "-o")
Expand All @@ -32,7 +32,7 @@ def awsS3WithSdkVersion(version: Int)=
.settings(baseSettings,
libraryDependencies ++= Seq(
awsSdkForVersion(version),
"com.adobe.testing" % "s3mock-testcontainers" % "3.7.3" % Test
"com.adobe.testing" % "s3mock-testcontainers" % "3.9.1" % Test
)
)

Expand Down

0 comments on commit 19542da

Please sign in to comment.