We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80207ed commit bc5d0d1Copy full SHA for bc5d0d1
README.md
@@ -10,19 +10,19 @@ Include in your `build.sbt` file
10
### core
11
12
```scala
13
-libraryDependencies += "io.github.scalapb-json" %% "scalapb-circe" % "0.4.1"
+libraryDependencies += "io.github.scalapb-json" %% "scalapb-circe" % "0.4.2"
14
```
15
16
for scala-js
17
18
19
-libraryDependencies += "io.github.scalapb-json" %%% "scalapb-circe" % "0.4.1"
+libraryDependencies += "io.github.scalapb-json" %%% "scalapb-circe" % "0.4.2"
20
21
22
### macros
23
24
25
-libraryDependencies += "io.github.scalapb-json" %% "scalapb-circe-macros" % "0.4.1"
+libraryDependencies += "io.github.scalapb-json" %% "scalapb-circe-macros" % "0.4.2"
26
27
28
### for ScalaPB 0.7.x
0 commit comments