Skip to content

Commit 0f48c3d

Browse files
committed
Update document
1 parent dd1ac73 commit 0f48c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ For Maven users:
1818
<dependency>
1919
<groupId>org.msgpack</groupId>
2020
<artifactId>msgpack-core</artifactId>
21-
<version>0.7.0-p9</version>
21+
<version>0.7.0-M6</version>
2222
</dependency>
2323
```
2424

2525
For sbt users:
2626
```
27-
libraryDependencies += "org.msgpack" % "msgpack-core" % "0.7.0-p9"
27+
libraryDependencies += "org.msgpack" % "msgpack-core" % "0.7.0-M6"
2828
```
2929

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

0 commit comments

Comments
 (0)