Skip to content

Commit 017bc5f

Browse files
committed
saving...
1 parent dd2403c commit 017bc5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Add the following dependency to your pom.xml file...
258258
<dependency>
259259
<groupId>com.github.RoaringBitmap.RoaringBitmap</groupId>
260260
<artifactId>RoaringBitmap</artifactId>
261-
<version>1.6.8</version>
261+
<version>1.6.9</version>
262262
</dependency>
263263
```
264264

@@ -322,7 +322,7 @@ repositories {
322322
}
323323
324324
dependencies {
325-
implementation 'org.roaringbitmap:RoaringBitmap:1.6.8'
325+
implementation 'org.roaringbitmap:RoaringBitmap:1.6.9'
326326
testImplementation 'junit:junit:3.8.1'
327327
}
328328
```

0 commit comments

Comments
 (0)