Skip to content

Commit bc5d0d1

Browse files
committed
update README.md
1 parent 80207ed commit bc5d0d1

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-circe" % "0.4.1"
13+
libraryDependencies += "io.github.scalapb-json" %% "scalapb-circe" % "0.4.2"
1414
```
1515

1616
for scala-js
1717

1818
```scala
19-
libraryDependencies += "io.github.scalapb-json" %%% "scalapb-circe" % "0.4.1"
19+
libraryDependencies += "io.github.scalapb-json" %%% "scalapb-circe" % "0.4.2"
2020
```
2121

2222
### macros
2323

2424
```scala
25-
libraryDependencies += "io.github.scalapb-json" %% "scalapb-circe-macros" % "0.4.1"
25+
libraryDependencies += "io.github.scalapb-json" %% "scalapb-circe-macros" % "0.4.2"
2626
```
2727

2828
### for ScalaPB 0.7.x

0 commit comments

Comments
 (0)