We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebcd89 commit af03b42Copy full SHA for af03b42
1 file changed
README.md
@@ -15,13 +15,13 @@ For Maven users:
15
<dependency>
16
<groupId>org.msgpack</groupId>
17
<artifactId>msgpack-core</artifactId>
18
- <version>0.8.0</version>
+ <version>0.8.1</version>
19
</dependency>
20
```
21
22
For sbt users:
23
24
-libraryDependencies += "org.msgpack" % "msgpack-core" % "0.8.0"
+libraryDependencies += "org.msgpack" % "msgpack-core" % "0.8.1"
25
26
27
For gradle users:
@@ -31,7 +31,7 @@ repositories {
31
}
32
33
dependencies {
34
- compile 'org.msgpack:msgpack-core:0.8.0'
+ compile 'org.msgpack:msgpack-core:0.8.1'
35
36
37
0 commit comments