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 c3a9b8c commit c520a0dCopy full SHA for c520a0d
README.md
@@ -47,7 +47,7 @@ Example for Maven:
47
<dependency>
48
<groupId>uk.co.real-logic</groupId>
49
<artifactId>sbe-all</artifactId>
50
- <version>1.7.0</version>
+ <version>1.7.1</version>
51
</dependency>
52
```
53
@@ -128,7 +128,7 @@ generate the golang code for testing
128
$ ./gradlew generateGolangCodecs
129
130
For convenience on Linux, a gnu Makefile is provided that runs some
131
-tests and containes some examples
+tests and contains some examples
132
133
$ cd gocode
134
# make # test, examples, bench
0 commit comments