Skip to content

Commit 23b0d7c

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 7b6c887 + 01346e0 commit 23b0d7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Example for Maven:
4545
<dependency>
4646
    <groupId>uk.co.real-logic</groupId>
4747
    <artifactId>sbe-all</artifactId>
48-
    <version>1.6.0</version>
48+
    <version>1.6.1</version>
4949
</dependency>
5050
```
5151

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def validationXsdPath = project(':sbe-tool').projectDir.toString() + '/src/main/
157157

158158
project(':sbe-tool') {
159159
dependencies {
160-
compile 'org.agrona:agrona:0.9.3'
160+
compile 'org.agrona:agrona:0.9.4'
161161

162162
testCompile files('build/classes/generated')
163163
}

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.1-SNAPSHOT
1+
1.6.2-SNAPSHOT

0 commit comments

Comments
 (0)