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 a3d4dc9 commit 3b8c486Copy full SHA for 3b8c486
build.gradle
@@ -162,7 +162,7 @@ def validationXsdPath = project(':sbe-tool').projectDir.toString() + '/src/main/
162
163
project(':sbe-tool') {
164
dependencies {
165
- compile 'org.agrona:agrona:0.9.2-SNAPSHOT'
+ compile 'org.agrona:agrona:0.9.2'
166
167
testCompile files('build/classes/generated')
168
}
version.txt
@@ -1 +1 @@
1
-1.5.6-SNAPSHOT
+1.5.6
0 commit comments