Skip to content

Commit 3d7fafa

Browse files
committed
Merge branch 'master' of github.com:RoaringBitmap/JitPackRoaringBitmapProject
2 parents 0c2bd87 + 396f744 commit 3d7fafa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## JitPackRoaringBitmapProject
2+
[![11, 17, 21 CI](https://github.com/RoaringBitmap/JitPackRoaringBitmapProject/actions/workflows/allversions.yml/badge.svg)](https://github.com/RoaringBitmap/JitPackRoaringBitmapProject/actions/workflows/allversions.yml)
23

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

@@ -14,7 +15,7 @@ Add the following dependency to your pom.xml file...
1415
<dependency>
1516
<groupId>com.github.RoaringBitmap.RoaringBitmap</groupId>
1617
<artifactId>roaringbitmap</artifactId>
17-
<version>1.3.15</version>
18+
<version>1.3.16</version>
1819
</dependency>
1920
```
2021

@@ -53,7 +54,7 @@ repositories {
5354
}
5455
5556
dependencies {
56-
implementation 'com.github.RoaringBitmap.RoaringBitmap:roaringbitmap:1.3.15'
57+
implementation 'com.github.RoaringBitmap.RoaringBitmap:roaringbitmap:1.3.16'
5758
testImplementation 'junit:junit:3.8.1'
5859
}
5960
```

0 commit comments

Comments
 (0)