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 a6a0511 commit 6d9a4b5Copy full SHA for 6d9a4b5
build.gradle
@@ -21,7 +21,7 @@ plugins {
21
defaultTasks 'clean', 'build', 'shadowJar', 'install'
22
23
def sbeGroup = 'uk.co.real-logic'
24
-def sbeVersion = '1.5.0-SNAPSHOT'
+def sbeVersion = '1.5.0'
25
26
group = sbeGroup
27
version = sbeVersion
@@ -172,7 +172,7 @@ def validationXsdPath = project(':sbe-tool').projectDir.toString() + '/src/main/
172
173
project(':sbe-tool') {
174
dependencies {
175
- compile 'org.agrona:Agrona:0.5.3-SNAPSHOT'
+ compile 'org.agrona:Agrona:0.5.3'
176
177
testCompile files('build/classes/generated')
178
}
0 commit comments