Skip to content

Commit

Permalink
Merge pull request #789 from wellcomecollection/upgrade-scala-libs-to…
Browse files Browse the repository at this point in the history
…-v32.41.0

Use latest version of scala-libs
  • Loading branch information
agnesgaroux authored Jun 10, 2024
2 parents dcc6cd9 + e36fc15 commit 25de0ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -170,7 +170,6 @@ object CatalogueDependencies {
WellcomeDependencies.sierraTypesafeLibrary ++
ExternalDependencies.secretsDependencies


val requestsDependencies: Seq[ModuleID] =
WellcomeDependencies.sierraTypesafeLibrary
}
3 changes: 2 additions & 1 deletion snapshots/snapshot_generator/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 25de0ff

Please sign in to comment.