Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependencies #1685

Merged
merged 5 commits into from
Aug 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ object Dependencies {
object Versions {
val pekko = "1.0.3"
val pekkoHttpV = "1.0.1"
val iep = "5.0.24"
val iep = "5.0.26"
val jackson = "2.17.2"
val log4j = "2.23.1"
val scala = "2.13.14"
val slf4j = "1.7.36"
val spectator = "1.7.17"
val spring = "6.1.11"
val slf4j = "2.0.16"
val spectator = "1.7.19"
val spring = "6.1.12"

val crossScala = Seq(scala, "3.4.1")
}
Expand Down Expand Up @@ -51,7 +51,7 @@ object Dependencies {
val log4jJcl = "org.apache.logging.log4j" % "log4j-jcl" % log4j
val log4jJul = "org.apache.logging.log4j" % "log4j-jul" % log4j
val log4jSlf4j = "org.apache.logging.log4j" % "log4j-slf4j-impl" % log4j
val munit = "org.scalameta" %% "munit" % "1.0.0"
val munit = "org.scalameta" %% "munit" % "1.0.1"
val postgres = "org.postgresql" % "postgresql" % "42.7.3"
val postgresEmbedded = "io.zonky.test" % "embedded-postgres" % "2.0.7"
val roaringBitmap = "org.roaringbitmap" % "RoaringBitmap" % "1.2.1"
Expand Down
Loading