We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1d3e6 commit 4bd093aCopy full SHA for 4bd093a
1 file changed
README.md
@@ -12,13 +12,13 @@ For Maven users:
12
<dependency>
13
<groupId>org.msgpack</groupId>
14
<artifactId>msgpack-core</artifactId>
15
- <version>0.7.0</version>
+ <version>0.7.0-p1</version>
16
</dependency>
17
```
18
19
For sbt users:
20
21
-libraryDependencies += "org.msgpack" % "msgpack-core" % "0.7.0"
+libraryDependencies += "org.msgpack" % "msgpack-core" % "0.7.0-p1"
22
23
24
0 commit comments