Skip to content

Commit

Permalink
roaringbitmap 1.0.6 (#1655)
Browse files Browse the repository at this point in the history
Pull in fix for ORing run containers.
  • Loading branch information
brharrington committed Apr 29, 2024
1 parent 3329ad0 commit f50992c
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 @@ -54,7 +54,7 @@ object Dependencies {
val munit = "org.scalameta" %% "munit" % "0.7.29"
val postgres = "org.postgresql" % "postgresql" % "42.7.3"
val postgresEmbedded = "io.zonky.test" % "embedded-postgres" % "2.0.6"
val roaringBitmap = "org.roaringbitmap" % "RoaringBitmap" % "1.0.5"
val roaringBitmap = "org.roaringbitmap" % "RoaringBitmap" % "1.0.6"
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 f50992c

Please sign in to comment.