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 9ca1ab9 commit 166a716Copy full SHA for 166a716
build.gradle
@@ -170,7 +170,7 @@ def validationXsdPath = project(':sbe-tool').projectDir.toString() + '/src/main/
170
171
project(':sbe-tool') {
172
dependencies {
173
- compile 'org.agrona:Agrona:0.5.5-SNAPSHOT'
+ compile 'org.agrona:Agrona:0.5.5'
174
175
testCompile files('build/classes/generated')
176
}
version.txt
@@ -1 +1 @@
1
-1.5.2-SNAPSHOT
+1.5.2
0 commit comments