Include in your build.sbt file
libraryDependencies += "io.github.scalapb-json" %% "scalapb-json-common" % "0.5.1"for scala-js, scala-native
libraryDependencies += "io.github.scalapb-json" %%% "scalapb-json-common" % "0.5.1"libraryDependencies += "io.github.scalapb-json" %% "scalapb-json-macros" % "0.5.1"libraryDependencies += "io.github.scalapb-json" %% "scalapb-json-macros-java" % "0.5.1"see https://github.com/scalapb-json/scalapb-json-common/tree/0.3.x
see https://github.com/scalapb-json/scalapb-json-common/tree/0.2.x