You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,14 @@ Example for Maven:
34
34
<dependency>
35
35
<groupId>uk.co.real-logic</groupId>
36
36
<artifactId>sbe-all</artifactId>
37
-
<version>1.19.0</version>
37
+
<version>1.20.0</version>
38
38
</dependency>
39
39
```
40
40
41
41
Build
42
42
-----
43
43
44
-
The project is built with [Gradle](http://gradle.org/) using this [build.gradle](https://github.com/real-logic/simple-binary-encoding/blob/master/build.gradle) file.
44
+
Build the project with [Gradle](http://gradle.org/) using this [build.gradle](https://github.com/real-logic/simple-binary-encoding/blob/master/build.gradle) file.
45
45
46
46
Full clean build:
47
47
@@ -70,7 +70,7 @@ NOTE: Linux, Mac OS, and Windows only for the moment. See
0 commit comments