File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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.5.0 "
11+ libraryDependencies += " io.github.scalapb-json" %% " scalapb-json-common" % " 0.5.1 "
1212```
1313
1414for scala-js, scala-native
1515
1616``` scala
17- libraryDependencies += " io.github.scalapb-json" %%% " scalapb-json-common" % " 0.5.0 "
17+ libraryDependencies += " io.github.scalapb-json" %%% " scalapb-json-common" % " 0.5.1 "
1818```
1919
2020### macros
2121
2222``` scala
23- libraryDependencies += " io.github.scalapb-json" %% " scalapb-json-macros" % " 0.5.0 "
23+ libraryDependencies += " io.github.scalapb-json" %% " scalapb-json-macros" % " 0.5.1 "
2424```
2525
2626``` scala
27- libraryDependencies += " io.github.scalapb-json" %% " scalapb-json-macros-java" % " 0.5.0 "
27+ libraryDependencies += " io.github.scalapb-json" %% " scalapb-json-macros-java" % " 0.5.1 "
2828```
2929
3030### for Scala 2.10.x
You can’t perform that action at this time.
0 commit comments