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 b7ce185 commit a52be15
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._
import scala.language.reflectiveCalls
object WellcomeDependencies {
lazy val versions = new {
val typesafe = "32.43.0"
val fixtures = "32.43.0"
val http = "32.43.0"
val json = "32.43.0"
val messaging = "32.43.0"
val monitoring = "32.43.0"
val storage = "32.43.0"
val elasticsearch = "32.43.0"
val sierra = "32.43.0"
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

0 comments on commit a52be15

Please sign in to comment.