Skip to content

Commit

Permalink
Update protoc-jar version.
Browse files Browse the repository at this point in the history
Fixes #111
  • Loading branch information
thesamet committed May 7, 2016
1 parent f5bc7c8 commit 91793e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions _data/version.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
scalapb: 0.4.20
sbt_scalapb: 0.4.20
scalapb5: 0.5.21
sbt_scalapb5: 0.5.21
scalapb5: 0.5.26
sbt_scalapb5: 0.5.26
protocjarVersion: 3.0.0-b2.1

2 changes: 1 addition & 1 deletion grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ with protoc-jar add the following to your `project/scalapb.sbt`:
addSbtPlugin("com.trueaccord.scalapb" % "sbt-scalapb" % "{{site.data.version.sbt_scalapb5}}")

libraryDependencies ++= Seq(
"com.github.os72" % "protoc-jar" % "3.0.0-b2"
"com.github.os72" % "protoc-jar" % "{{site.data.version.protocjarVersion}}"
)

In build.sbt, include the following:
Expand Down
2 changes: 1 addition & 1 deletion sbt-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ not affiliated with ScalaPB. To get started, add the following lines to your

{%highlight scala%}
libraryDependencies ++= Seq(
"com.github.os72" % "protoc-jar" % "2.x.5"
"com.github.os72" % "protoc-jar" % "{{site.data.version.protocjarVersion}}"
)
{%endhighlight%}

Expand Down

0 comments on commit 91793e2

Please sign in to comment.