There was an error while loading. Please reload this page.
1 parent c991722 commit 572800dCopy full SHA for 572800d
build.gradle
@@ -28,7 +28,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
28
defaultTasks 'clean', 'build', 'shadowJar', 'install'
29
30
group = 'uk.co.real-logic'
31
-version = '1.1.1-RC2-SNAPSHOT'
+version = '1.1.1-RC2'
32
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
33
34
ext {
@@ -78,7 +78,7 @@ sourceSets {
78
dependencies {
79
checkstyle "com.github.sevntu.checkstyle:sevntu-checks:1.13.4"
80
81
- compile 'uk.co.real-logic:Agrona:0.4'
+ compile 'uk.co.real-logic:Agrona:0.4.1'
82
83
testCompile 'org.hamcrest:hamcrest-all:1.3',
84
'junit:junit:4.12',
0 commit comments