We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b6c887 + 01346e0 commit 23b0d7cCopy full SHA for 23b0d7c
README.md
@@ -45,7 +45,7 @@ Example for Maven:
45
<dependency>
46
<groupId>uk.co.real-logic</groupId>
47
<artifactId>sbe-all</artifactId>
48
- <version>1.6.0</version>
+ <version>1.6.1</version>
49
</dependency>
50
```
51
build.gradle
@@ -157,7 +157,7 @@ def validationXsdPath = project(':sbe-tool').projectDir.toString() + '/src/main/
157
158
project(':sbe-tool') {
159
dependencies {
160
- compile 'org.agrona:agrona:0.9.3'
+ compile 'org.agrona:agrona:0.9.4'
161
162
testCompile files('build/classes/generated')
163
}
version.txt
@@ -1 +1 @@
1
-1.6.1-SNAPSHOT
+1.6.2-SNAPSHOT
0 commit comments