Skip to content

Commit

Permalink
update dependencies (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington authored Aug 8, 2022
2 parents 1239586 + 2f07860 commit 5a547c8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ object Dependencies {
object Versions {
val akka = "2.6.19"
val akkaHttpV = "10.2.9"
val iep = "3.0.19"
val iep = "3.0.21"
val guice = "5.1.0"
val jackson = "2.13.3"
val log4j = "2.17.2"
val log4j = "2.18.0"
val scala = "2.13.8"
val slf4j = "1.7.36"
val spectator = "1.3.5"
val spectator = "1.3.6"

val crossScala = Seq(scala)
}
Expand All @@ -29,8 +29,8 @@ object Dependencies {
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" % "2.9.3"
val datasketches = "org.apache.datasketches" % "datasketches-java" % "3.2.0"
val equalsVerifier = "nl.jqno.equalsverifier" % "equalsverifier" % "3.10"
val datasketches = "org.apache.datasketches" % "datasketches-java" % "3.3.0"
val equalsVerifier = "nl.jqno.equalsverifier" % "equalsverifier" % "3.10.1"
val guiceCoreBase = "com.google.inject" % "guice"
val guiceMultiBase = "com.google.inject.extensions" % "guice-multibindings"
val iepGuice = "com.netflix.iep" % "iep-guice" % iep
Expand All @@ -57,10 +57,10 @@ object Dependencies {
val log4jJul = "org.apache.logging.log4j" % "log4j-jul" % log4j
val log4jSlf4j = "org.apache.logging.log4j" % "log4j-slf4j-impl" % log4j
val munit = "org.scalameta" %% "munit" % "0.7.29"
val postgres = "org.postgresql" % "postgresql" % "42.3.6"
val postgres = "org.postgresql" % "postgresql" % "42.4.1"
val postgresEmbedded = "io.zonky.test" % "embedded-postgres" % "2.0.0"
val roaringBitmap = "org.roaringbitmap" % "RoaringBitmap" % "0.9.28"
val scalaCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0"
val roaringBitmap = "org.roaringbitmap" % "RoaringBitmap" % "0.9.31"
val scalaCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1"
val scalaCompiler = "org.scala-lang" % "scala-compiler"
val scalaLibrary = "org.scala-lang" % "scala-library"
val scalaLibraryAll = "org.scala-lang" % "scala-library-all"
Expand Down

0 comments on commit 5a547c8

Please sign in to comment.