File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Add the following dependency to your pom.xml file...
1616<dependency >
1717 <groupId >com.github.RoaringBitmap.RoaringBitmap</groupId >
1818 <artifactId >roaringbitmap</artifactId >
19- <version >1.3.16 </version >
19+ <version >1.6.9 </version >
2020</dependency >
2121```
2222
@@ -44,7 +44,7 @@ plugins {
4444 id 'java'
4545}
4646
47- group 'org.roaringbitmap ' // name of your project
47+ group 'me.project ' // name of your project
4848version '1.0-SNAPSHOT' // version of your project
4949
5050repositories {
@@ -55,7 +55,7 @@ repositories {
5555}
5656
5757dependencies {
58- implementation 'com.github.RoaringBitmap.RoaringBitmap:roaringbitmap:1.3.16 '
58+ implementation 'com.github.RoaringBitmap.RoaringBitmap:roaringbitmap:1.6.9 '
5959 testImplementation 'junit:junit:3.8.1'
6060}
6161```
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id ' java'
33}
44
5- group ' org.roaringbitmap '
5+ group ' me.project '
66version ' 1.0-SNAPSHOT'
77
88repositories {
@@ -13,7 +13,7 @@ repositories {
1313}
1414
1515dependencies {
16- implementation ' com.github.RoaringBitmap.RoaringBitmap:roaringbitmap :1.3.16 '
17- implementation ' com.github.RoaringBitmap.RoaringBitmap:bsi:1.3.16 '
16+ implementation ' com.github.RoaringBitmap.RoaringBitmap:RoaringBitmap :1.6.9 '
17+ implementation ' com.github.RoaringBitmap.RoaringBitmap:bsi:1.6.9 '
1818 testImplementation ' junit:junit:3.8.1'
1919}
Original file line number Diff line number Diff line change 2121 <dependency >
2222 <groupId >com.github.RoaringBitmap.RoaringBitmap</groupId >
2323 <artifactId >roaringbitmap</artifactId >
24- <version >1.3.16 </version >
24+ <version >1.6.9 </version >
2525 </dependency >
2626 <dependency >
2727 <groupId >com.github.RoaringBitmap.RoaringBitmap</groupId >
2828 <artifactId >bsi</artifactId >
29- <version >1.3.16 </version >
29+ <version >1.6.9 </version >
3030 </dependency >
3131 </dependencies >
3232 <repositories >
You can’t perform that action at this time.
0 commit comments