Skip to content

Commit

Permalink
update dependencies (#1584)
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington authored Oct 13, 2023
2 parents 2f221a3 + 191faa7 commit 9d63fac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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.1"
val pekkoHttpV = "1.0.0"
val iep = "5.0.7"
val iep = "5.0.12"
val jackson = "2.15.2"
val log4j = "2.20.0"
val scala = "2.13.11"
val scala = "2.13.12"
val slf4j = "1.7.36"
val spectator = "1.6.10"
val spring = "6.0.11"
val spectator = "1.6.11"
val spring = "6.0.12"

val crossScala = Seq(scala)
}
Expand All @@ -28,8 +28,8 @@ object Dependencies {
val pekkoStreamTestkit= "org.apache.pekko" %% "pekko-stream-testkit" % pekko
val pekkoTestkit = "org.apache.pekko" %% "pekko-testkit" % pekko
val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "3.1.8"
val datasketches = "org.apache.datasketches" % "datasketches-java" % "4.1.0"
val equalsVerifier = "nl.jqno.equalsverifier" % "equalsverifier" % "3.15.1"
val datasketches = "org.apache.datasketches" % "datasketches-java" % "4.2.0"
val equalsVerifier = "nl.jqno.equalsverifier" % "equalsverifier" % "3.15.2"
val iepLeaderApi = "com.netflix.iep" % "iep-leader-api" % iep
val iepLeaderDynamoDb = "com.netflix.iep" % "iep-leader-dynamodb" % iep
val iepDynConfig = "com.netflix.iep" % "iep-dynconfig" % iep
Expand All @@ -53,7 +53,7 @@ object Dependencies {
val munit = "org.scalameta" %% "munit" % "0.7.29"
val postgres = "org.postgresql" % "postgresql" % "42.6.0"
val postgresEmbedded = "io.zonky.test" % "embedded-postgres" % "2.0.4"
val roaringBitmap = "org.roaringbitmap" % "RoaringBitmap" % "0.9.48"
val roaringBitmap = "org.roaringbitmap" % "RoaringBitmap" % "1.0.0"
val scalaCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0"
val scalaCompatJdk8 = "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2"
val scalaCompiler = "org.scala-lang" % "scala-compiler"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.4
sbt.version=1.9.6

0 comments on commit 9d63fac

Please sign in to comment.