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 1182cef commit 4867670Copy full SHA for 4867670
build.gradle
@@ -171,7 +171,7 @@ def validationXsdPath = project(':sbe-tool').projectDir.toString() + '/src/main/
171
172
project(':sbe-tool') {
173
dependencies {
174
- compile 'org.agrona:Agrona:0.9.1-SNAPSHOT'
+ compile 'org.agrona:Agrona:0.9.1'
175
176
testCompile files('build/classes/generated')
177
}
version.txt
@@ -1 +1 @@
1
-1.5.5-SNAPSHOT
+1.5.5
0 commit comments