Skip to content

Commit 572800d

Browse files
committed
1.1.1-RC2 released
1 parent c991722 commit 572800d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
2828
defaultTasks 'clean', 'build', 'shadowJar', 'install'
2929

3030
group = 'uk.co.real-logic'
31-
version = '1.1.1-RC2-SNAPSHOT'
31+
version = '1.1.1-RC2'
3232
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
3333

3434
ext {
@@ -78,7 +78,7 @@ sourceSets {
7878
dependencies {
7979
checkstyle "com.github.sevntu.checkstyle:sevntu-checks:1.13.4"
8080

81-
compile 'uk.co.real-logic:Agrona:0.4'
81+
compile 'uk.co.real-logic:Agrona:0.4.1'
8282

8383
testCompile 'org.hamcrest:hamcrest-all:1.3',
8484
'junit:junit:4.12',

0 commit comments

Comments
 (0)