Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e47d6f commit 041d2b0Copy full SHA for 041d2b0
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.5-RC2-SNAPSHOT'
+version = '1.1.5-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.4'
+ compile 'uk.co.real-logic:Agrona:0.4.5'
82
83
testCompile 'org.hamcrest:hamcrest-all:1.3',
84
'junit:junit:4.12',
0 commit comments