Skip to content

Commit

Permalink
update dependencies (#1674)
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Jul 22, 2024
2 parents 4e77ce5 + 8225344 commit 6586b2e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ import sbt._

object Dependencies {
object Versions {
val pekko = "1.0.2"
val pekko = "1.0.3"
val pekkoHttpV = "1.0.1"
val iep = "5.0.23"
val jackson = "2.17.1"
val log4j = "2.23.1"
val scala = "2.13.14"
val slf4j = "1.7.36"
val spectator = "1.7.16"
val spring = "6.1.10"
val iep = "5.0.24"
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 crossScala = Seq(scala, "3.4.1")
val crossScala = Seq(scala, "3.4.1")
}

import Versions._
Expand Down Expand Up @@ -54,7 +54,7 @@ object Dependencies {
val munit = "org.scalameta" %% "munit" % "1.0.0"
val postgres = "org.postgresql" % "postgresql" % "42.7.3"
val postgresEmbedded = "io.zonky.test" % "embedded-postgres" % "2.0.7"
val roaringBitmap = "org.roaringbitmap" % "RoaringBitmap" % "1.1.0"
val roaringBitmap = "org.roaringbitmap" % "RoaringBitmap" % "1.2.1"
val scalaCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.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.10.0
sbt.version=1.10.1
10 changes: 5 additions & 5 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")

Expand Down

0 comments on commit 6586b2e

Please sign in to comment.