Skip to content

Commit 651d425

Browse files
committed
update README.md
1 parent 20b2ff6 commit 651d425

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ Include in your `build.sbt` file
88
### core
99

1010
```scala
11-
libraryDependencies += "io.github.scalapb-json" %% "scalapb-json-common" % "0.6.0-M3"
11+
libraryDependencies += "io.github.scalapb-json" %% "scalapb-json-common" % "0.6.0-M4"
1212
```
1313

1414
for scala-js
1515

1616
```scala
17-
libraryDependencies += "io.github.scalapb-json" %%% "scalapb-json-common" % "0.6.0-M3"
17+
libraryDependencies += "io.github.scalapb-json" %%% "scalapb-json-common" % "0.6.0-M4"
1818
```
1919

2020
### macros
2121

2222
```scala
23-
libraryDependencies += "io.github.scalapb-json" %% "scalapb-json-macros" % "0.6.0-M3"
23+
libraryDependencies += "io.github.scalapb-json" %% "scalapb-json-macros" % "0.6.0-M4"
2424
```
2525

2626
```scala
27-
libraryDependencies += "io.github.scalapb-json" %% "scalapb-json-macros-java" % "0.6.0-M3"
27+
libraryDependencies += "io.github.scalapb-json" %% "scalapb-json-macros-java" % "0.6.0-M4"
2828
```
2929

3030
### for Scala 2.10.x

0 commit comments

Comments
 (0)