Skip to content

Commit 27c4d1b

Browse files
committed
Fix version in README
1 parent 251d92f commit 27c4d1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ For Maven users:
1717
<dependency>
1818
<groupId>org.msgpack</groupId>
1919
<artifactId>msgpack-core</artifactId>
20-
<version>0.7.0-p7</version>
20+
<version>0.7.0-p9</version>
2121
</dependency>
2222
```
2323

2424
For sbt users:
2525
```
26-
libraryDependencies += "org.msgpack" % "msgpack-core" % "0.7.0-p7"
26+
libraryDependencies += "org.msgpack" % "msgpack-core" % "0.7.0-p9"
2727
```
2828

2929
- [Usage examples](msgpack-core/src/main/java/org/msgpack/core/example/MessagePackExample.java)

0 commit comments

Comments
 (0)