We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2403c commit 017bc5fCopy full SHA for 017bc5f
1 file changed
README.md
@@ -258,7 +258,7 @@ Add the following dependency to your pom.xml file...
258
<dependency>
259
<groupId>com.github.RoaringBitmap.RoaringBitmap</groupId>
260
<artifactId>RoaringBitmap</artifactId>
261
- <version>1.6.8</version>
+ <version>1.6.9</version>
262
</dependency>
263
```
264
@@ -322,7 +322,7 @@ repositories {
322
}
323
324
dependencies {
325
- implementation 'org.roaringbitmap:RoaringBitmap:1.6.8'
+ implementation 'org.roaringbitmap:RoaringBitmap:1.6.9'
326
testImplementation 'junit:junit:3.8.1'
327
328
0 commit comments