Dependency
Include in your build.sbt
file
core
libraryDependencies += "io.github.scalapb-json" %% "scalapb-json-common" % "0.6.0-M2"
for scala-js, scala-native
libraryDependencies += "io.github.scalapb-json" %%% "scalapb-json-common" % "0.6.0-M2"
macros
libraryDependencies += "io.github.scalapb-json" %% "scalapb-json-macros" % "0.6.0-M2"
libraryDependencies += "io.github.scalapb-json" %% "scalapb-json-macros-java" % "0.6.0-M2"
for Scala 2.10.x
see https://github.com/scalapb-json/scalapb-json-common/tree/0.3.x
for ScalaPB 0.7.x
see https://github.com/scalapb-json/scalapb-json-common/tree/0.2.x