Skip to content

Commit

Permalink
update dependencies (#1575)
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington authored Sep 4, 2023
2 parents f2d7cc4 + 847f07f commit 7a66d3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ object Dependencies {
val akka = "2.6.21"
val akkaHttpV = "10.2.10"

val iep = "5.0.5"
val iep = "5.0.7"
val jackson = "2.15.2"
val log4j = "2.20.0"
val scala = "2.13.11"
val slf4j = "1.7.36"
val spectator = "1.6.7"
val spectator = "1.6.10"
val spring = "6.0.11"

val crossScala = Seq(scala)
Expand All @@ -34,7 +34,7 @@ object Dependencies {
val akkaStream = "com.typesafe.akka" %% "akka-stream" % akka
val akkaStreamTestkit = "com.typesafe.akka" %% "akka-stream-testkit" % akka
val akkaTestkit = "com.typesafe.akka" %% "akka-testkit" % akka
val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "3.1.7"
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 iepLeaderApi = "com.netflix.iep" % "iep-leader-api" % iep
Expand All @@ -60,7 +60,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.47"
val roaringBitmap = "org.roaringbitmap" % "RoaringBitmap" % "0.9.48"
val scalaCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0"
val scalaCompiler = "org.scala-lang" % "scala-compiler"
val scalaLibrary = "org.scala-lang" % "scala-library"
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.3
sbt.version=1.9.4

0 comments on commit 7a66d3b

Please sign in to comment.