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 4a5e045 commit d79a8ecCopy full SHA for d79a8ec
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.4.1-RC4-SNAPSHOT'
+def sbeVersion = '1.4.1-RC4'
25
26
group = sbeGroup
27
version = sbeVersion
@@ -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.5'
+ compile 'org.agrona:Agrona:0.5.1'
175
176
testCompile files('build/classes/generated')
177
}
0 commit comments