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 #1378

Merged
merged 6 commits into from
Nov 3, 2021
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
java: [11, 17]
scala: [2.13.6]
scala: [2.13.7]
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
Expand Down
12 changes: 6 additions & 6 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ import sbt.librarymanagement.DependencyBuilders.OrganizationArtifactName

object Dependencies {
object Versions {
val akka = "2.6.16"
val akkaHttpV = "10.2.6"
val akka = "2.6.17"
val akkaHttpV = "10.2.7"
val iep = "3.0.7"
val guice = "5.0.1"
val jackson = "2.13.0"
val log4j = "2.14.1"
val scala = "2.13.6"
val scala = "2.13.7"
val slf4j = "1.7.32"
val spectator = "1.0.3"
val spectator = "1.0.4"

val crossScala = Seq(scala)
}
Expand All @@ -30,7 +30,7 @@ object Dependencies {
val akkaTestkit = "com.typesafe.akka" %% "akka-testkit" % akka
val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "2.9.2"
val datasketches = "org.apache.datasketches" % "datasketches-java" % "3.0.0"
val equalsVerifier = "nl.jqno.equalsverifier" % "equalsverifier" % "3.7.1"
val equalsVerifier = "nl.jqno.equalsverifier" % "equalsverifier" % "3.7.2"
val frigga = "com.netflix.frigga" % "frigga" % "0.25.0"
val guiceCoreBase = "com.google.inject" % "guice"
val guiceMultiBase = "com.google.inject.extensions" % "guice-multibindings"
Expand Down Expand Up @@ -58,7 +58,7 @@ 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.2.24"
val postgres = "org.postgresql" % "postgresql" % "42.3.1"
val postgresEmbedded = "io.zonky.test" % "embedded-postgres" % "1.3.1"
val roaringBitmap = "org.roaringbitmap" % "RoaringBitmap" % "0.9.22"
val scalaCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0"
Expand Down