Skip to content

Commit

Permalink
roaringbitmap 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Oct 13, 2023
1 parent a694aee commit 191faa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 191faa7

Please sign in to comment.