File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ Add to your Gradle build script:
3939
4040 dependencies {
4141 // `jdk8` instead of `jdk6-7` if you use Java 8
42- compile 'net.openhft:koloboke-api-jdk6-7:0.6.1 '
43- runtime 'net.openhft:koloboke-impl-jdk6-7:0.6.1 '
42+ compile 'net.openhft:koloboke-api-jdk6-7:0.6.2 '
43+ runtime 'net.openhft:koloboke-impl-jdk6-7:0.6.2 '
4444 }
4545
4646Or Maven config (don't forget about jdk6-7/jdk8 suffix):
@@ -49,12 +49,12 @@ Or Maven config (don't forget about jdk6-7/jdk8 suffix):
4949 <dependency>
5050 <groupId>net.openhft</groupId>
5151 <artifactId>koloboke-api-jdk6-7</artifactId>
52- <version>0.6.1 </version>
52+ <version>0.6.2 </version>
5353 </dependency>
5454 <dependency>
5555 <groupId>net.openhft</groupId>
5656 <artifactId>koloboke-impl-jdk6-7</artifactId>
57- <version>0.6.1 </version>
57+ <version>0.6.2 </version>
5858 <scope>runtime</scope>
5959 </dependency>
6060 <dependencies>
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ configure([apiProject, implProject]) {
6565 test. testLogging. exceptionFormat = ' full'
6666
6767 group = ' net.openhft'
68- version = ' 0.7-SNAPSHOT '
68+ version = ' 0.6.2 '
6969
7070 archivesBaseName = " koloboke-$project . name -jdk${ libTargetJava == '6' ? '6-7' : '8'} "
7171
You can’t perform that action at this time.
0 commit comments