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 2b98dba commit 674d4d5Copy full SHA for 674d4d5
build.gradle
@@ -164,7 +164,7 @@ def validationXsdPath = project(':sbe-tool').projectDir.toString() + '/src/main/
164
165
project(':sbe-tool') {
166
dependencies {
167
- compile 'org.agrona:agrona:0.9.7-SNAPSHOT'
+ compile 'org.agrona:agrona:0.9.7'
168
169
testCompile files('build/classes/java/generated')
170
}
version.txt
@@ -1 +1 @@
1
-1.7.1-SNAPSHOT
+1.7.1
0 commit comments