Skip to content

Commit 4bd093a

Browse files
committed
Points to a preview version (0.7.0-p1)
1 parent bd1d3e6 commit 4bd093a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ For Maven users:
1212
<dependency>
1313
<groupId>org.msgpack</groupId>
1414
<artifactId>msgpack-core</artifactId>
15-
<version>0.7.0</version>
15+
<version>0.7.0-p1</version>
1616
</dependency>
1717
```
1818

1919
For sbt users:
2020
```
21-
libraryDependencies += "org.msgpack" % "msgpack-core" % "0.7.0"
21+
libraryDependencies += "org.msgpack" % "msgpack-core" % "0.7.0-p1"
2222
```
2323

2424

0 commit comments

Comments
 (0)