Skip to content

Commit

Permalink
Merge branch 'master' of github.com:RoaringBitmap/JitPackRoaringBitma…
Browse files Browse the repository at this point in the history
…pProject
  • Loading branch information
lemire committed Nov 1, 2024
2 parents 0c2bd87 + 396f744 commit 3d7fafa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## JitPackRoaringBitmapProject
[![11, 17, 21 CI](https://github.com/RoaringBitmap/JitPackRoaringBitmapProject/actions/workflows/allversions.yml/badge.svg)](https://github.com/RoaringBitmap/JitPackRoaringBitmapProject/actions/workflows/allversions.yml)

This is a demonstration of how to use the RoaringBitmap library from JitPack.

Expand All @@ -14,7 +15,7 @@ Add the following dependency to your pom.xml file...
<dependency>
<groupId>com.github.RoaringBitmap.RoaringBitmap</groupId>
<artifactId>roaringbitmap</artifactId>
<version>1.3.15</version>
<version>1.3.16</version>
</dependency>
```

Expand Down Expand Up @@ -53,7 +54,7 @@ repositories {
}
dependencies {
implementation 'com.github.RoaringBitmap.RoaringBitmap:roaringbitmap:1.3.15'
implementation 'com.github.RoaringBitmap.RoaringBitmap:roaringbitmap:1.3.16'
testImplementation 'junit:junit:3.8.1'
}
```

0 comments on commit 3d7fafa

Please # to comment.