Skip to content

Commit 82f0fe3

Browse files
committed
update README.md
1 parent 24f7abc commit 82f0fe3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ Include in your `build.sbt` file
1010
### core
1111

1212
```scala
13-
libraryDependencies += "io.github.scalapb-json" %% "scalapb-playjson" % "0.13.1"
13+
libraryDependencies += "io.github.scalapb-json" %% "scalapb-playjson" % "0.14.0"
1414
```
1515

1616
for scala-js
1717

1818
```scala
19-
libraryDependencies += "io.github.scalapb-json" %%% "scalapb-playjson" % "0.13.1"
19+
libraryDependencies += "io.github.scalapb-json" %%% "scalapb-playjson" % "0.14.0"
2020
```
2121

2222
### macros
2323

2424
```scala
25-
libraryDependencies += "io.github.scalapb-json" %% "scalapb-playjson-macros" % "0.13.1"
25+
libraryDependencies += "io.github.scalapb-json" %% "scalapb-playjson-macros" % "0.14.0"
2626
```
2727

2828
## Usage

0 commit comments

Comments
 (0)