Skip to content

Commit 5533993

Browse files
committed
[Java] Depend on agrona-0.9.2-SNAPSHOT
1 parent 2560426 commit 5533993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def validationXsdPath = project(':sbe-tool').projectDir.toString() + '/src/main/
162162

163163
project(':sbe-tool') {
164164
dependencies {
165-
compile 'org.agrona:Agrona:0.9.1'
165+
compile 'org.agrona:agrona:0.9.2-SNAPSHOT'
166166

167167
testCompile files('build/classes/generated')
168168
}

0 commit comments

Comments
 (0)