Skip to content

Commit

Permalink
update to latest iep and spectator libs (#1747)
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington authored Feb 11, 2025
1 parent ff38f2a commit 155e802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ object Dependencies {
object Versions {
val pekko = "1.1.2"
val pekkoHttpV = "1.1.0"
val iep = "5.0.31"
val iep = "5.0.32"
val jackson = "2.18.2"
val log4j = "2.24.3"
val scala = "2.13.16"
val slf4j = "2.0.16"
val spectator = "1.8.4"
val spectator = "1.8.5"
val spring = "6.2.2"

val crossScala = Seq(scala, "3.5.1")
Expand Down

0 comments on commit 155e802

Please sign in to comment.