Skip to content

Commit

Permalink
Update Dependencies.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
StepanBrychta committed Oct 4, 2024
1 parent 18e2c5a commit 335a942
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import sbt._

object WellcomeDependencies {
lazy val versions = new {
val typesafe = "32.42.1"
val fixtures = "32.42.1"
val http = "32.42.1"
val json = "32.42.1"
val messaging = "32.42.1"
val monitoring = "32.42.1"
val storage = "32.42.1"
val elasticsearch = "32.42.1"
val sierra = "32.42.1"
val typesafe = "32.43.1"
val fixtures = "32.43.1"
val http = "32.43.1"
val json = "32.43.1"
val messaging = "32.43.1"
val monitoring = "32.43.1"
val storage = "32.43.1"
val elasticsearch = "32.43.1"
val sierra = "32.43.1"
}

val jsonLibrary: Seq[ModuleID] = Seq(
Expand Down Expand Up @@ -96,7 +96,7 @@ object ExternalDependencies {

// This should match the version of aws used in scala-libs; see
// https://github.com/wellcomecollection/scala-libs/blob/main/project/Dependencies.scala
val aws = "2.25.28"
val aws = "2.25.70"

// These are the "Common Runtime Libraries", which you're encouraged to use for
// better performance.
Expand Down

0 comments on commit 335a942

Please sign in to comment.