diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 5bb1fe241..464529f63 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -2,7 +2,7 @@ import sbt._ object WellcomeDependencies { - val defaultVersion = "32.40.4" // This is automatically bumped by the scala-libs release process, do not edit this line manually + val defaultVersion = "32.41.0" // This is automatically bumped by the scala-libs release process, do not edit this line manually lazy val versions = new { val typesafe = defaultVersion @@ -170,7 +170,6 @@ object CatalogueDependencies { WellcomeDependencies.sierraTypesafeLibrary ++ ExternalDependencies.secretsDependencies - val requestsDependencies: Seq[ModuleID] = WellcomeDependencies.sierraTypesafeLibrary } diff --git a/snapshots/snapshot_generator/docker-compose.yml b/snapshots/snapshot_generator/docker-compose.yml index ad62776d4..d0ae7e99f 100644 --- a/snapshots/snapshot_generator/docker-compose.yml +++ b/snapshots/snapshot_generator/docker-compose.yml @@ -2,9 +2,10 @@ version: "3.3" services: sqs: - image: "760097843905.dkr.ecr.eu-west-1.amazonaws.com/localstack/localstack" + image: "public.ecr.aws/localstack/localstack:3.0.0" environment: - SERVICES=sqs + - ALLOW_NONSTANDARD_REGIONS=1 ports: - "4566:4566" s3: