Skip to content

Commit d0c87ae

Browse files
committed
Fix documented version
1 parent bd9b4f2 commit d0c87ae

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
@@ -14,13 +14,13 @@ For Maven users:
1414
<dependency>
1515
<groupId>org.msgpack</groupId>
1616
<artifactId>msgpack-core</artifactId>
17-
<version>0.7.0-M5</version>
17+
<version>0.7.0-p2</version>
1818
</dependency>
1919
```
2020

2121
For sbt users:
2222
```
23-
libraryDependencies += "org.msgpack" % "msgpack-core" % "0.7.0-M5"
23+
libraryDependencies += "org.msgpack" % "msgpack-core" % "0.7.0-p2"
2424
```
2525

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

0 commit comments

Comments
 (0)