File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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-p4 </version>
20+ <version>0.7.0-p5 </version>
2121</dependency>
2222```
2323
2424For sbt users:
2525```
26- libraryDependencies += "org.msgpack" % "msgpack-core" % "0.7.0-p4 "
26+ libraryDependencies += "org.msgpack" % "msgpack-core" % "0.7.0-p5 "
2727```
2828
2929- [ Usage examples] ( msgpack-core/src/main/java/org/msgpack/core/example/MessagePackExample.java )
Original file line number Diff line number Diff line change 11# Release Notes
22
3+ * 2015-01-28 0.7.0-p5 release
4+ * Fix skipValue [ #185 ] ( https://github.com/msgpack/msgpack-java/pull/185 )
35* 2015-01-19 0.7.0-p4 release
46 * Supporting some java6 platform and Android
57
You can’t perform that action at this time.
0 commit comments