Skip to content

Commit 06c6660

Browse files
committed
[Java] Update README.
1 parent ab75278 commit 06c6660

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Example for Maven:
3434
<dependency>
3535
    <groupId>uk.co.real-logic</groupId>
3636
    <artifactId>sbe-all</artifactId>
37-
    <version>1.18.2</version>
37+
    <version>1.19.0</version>
3838
</dependency>
3939
```
4040

@@ -74,15 +74,15 @@ For convenience, a script is provided that does a full clean, build, and test of
7474

7575
$ ./cppbuild/cppbuild
7676

77-
If you are comfortable with using CMake, then a full clean, build, and test looks like:
77+
If you are comfortable using CMake, then a full clean, build, and test looks like:
7878

7979
$ mkdir -p cppbuild/Debug
8080
$ cd cppbuild/Debug
8181
$ cmake ../..
8282
$ cmake --build . --clean-first
8383
$ ctest
8484

85-
__Note__: A C generator is included with the C++ build. And is built with the C++ build. Currently, the C generator is
85+
__Note__: A C generator is included with the C++ build, and is built with the C++ build. Currently, the C generator is
8686
a work in progress.
8787

8888
Golang Build

0 commit comments

Comments
 (0)