We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251d92f commit 27c4d1bCopy full SHA for 27c4d1b
1 file changed
README.md
@@ -17,13 +17,13 @@ For Maven users:
17
<dependency>
18
<groupId>org.msgpack</groupId>
19
<artifactId>msgpack-core</artifactId>
20
- <version>0.7.0-p7</version>
+ <version>0.7.0-p9</version>
21
</dependency>
22
```
23
24
For sbt users:
25
26
-libraryDependencies += "org.msgpack" % "msgpack-core" % "0.7.0-p7"
+libraryDependencies += "org.msgpack" % "msgpack-core" % "0.7.0-p9"
27
28
29
- [Usage examples](msgpack-core/src/main/java/org/msgpack/core/example/MessagePackExample.java)
0 commit comments