Skip to content

Commit

Permalink
update mapping between scalapb-json4s & ScalaPB (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-brice-jaglin authored and thesamet committed Oct 25, 2019
1 parent 817681f commit 510ca1d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/src/main/markdown/json.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,17 @@ Make sure that you are using ScalaPB 0.5.x or later.
In `build.sbt` add a dependency on `scalapb-json4s`:

```scala
// For ScalaPB 0.10.x:
libraryDependencies += "com.thesamet.scalapb" %% "scalapb-json4s" % "0.10.1-M1"

// For ScalaPB 0.9.x:
libraryDependencies += "com.thesamet.scalapb" %% "scalapb-json4s" % "0.9.3"

// For ScalaPB 0.8.x:
libraryDependencies += "com.thesamet.scalapb" %% "scalapb-json4s" % "0.7.2"

// For ScalaPB 0.7.x:
libraryDependencies += "com.thesamet.scalapb" %% "scalapb-json4s" % "0.7.0"
libraryDependencies += "com.thesamet.scalapb" %% "scalapb-json4s" % "0.7.2"

// For ScalaPB 0.6.x (note the different groupId):
libraryDependencies += "com.trueaccord.scalapb" %% "scalapb-json4s" % "0.3.2"
Expand Down

0 comments on commit 510ca1d

Please sign in to comment.