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 7, 2024
1 parent 948e6f5 commit 73411a5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.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 typesafe = "32.43.2"
val fixtures = "32.43.2"
val http = "32.43.2"
val json = "32.43.2"
val messaging = "32.43.2"
val monitoring = "32.43.2"
val storage = "32.43.2"
val elasticsearch = "32.43.2"
val sierra = "32.43.2"
}

val jsonLibrary: Seq[ModuleID] = Seq(
Expand Down

0 comments on commit 73411a5

Please sign in to comment.