Skip to content

Commit

Permalink
Update sbt-protoc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Nov 24, 2017
1 parent df5c3d6 commit 15cfe92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ To automatically generate Scala case classes for your messages add ScalaPB's
sbt plugin to your project. Create a file named `project/protoc.sbt`
containing the following line:

addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.12")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.13")

libraryDependencies += "com.trueaccord.scalapb" %% "compilerplugin" % "0.6.6"

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ lazy val ShortTest = config("short") extend(Test)
val protobufVersion = "3.4.0"

// For e2e test
val sbtPluginVersion = "0.99.12"
val sbtPluginVersion = "0.99.13"

def genVersionFile(out: File, version: String): File = {
out.mkdirs()
Expand Down
2 changes: 1 addition & 1 deletion e2e/project/scalapb.sbt.shaded
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.8" exclude ("com.trueaccord.scalapb", "protoc-bridge_2.10"))
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.13" exclude ("com.trueaccord.scalapb", "protoc-bridge_2.10"))

libraryDependencies += "com.trueaccord.scalapb" %% "compilerplugin-shaded" % com.trueaccord.scalapb.Version.scalapbVersion
2 changes: 1 addition & 1 deletion examples/project/scalapb.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.11")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.13")

libraryDependencies += "com.trueaccord.scalapb" %% "compilerplugin" % "0.6.3"

0 comments on commit 15cfe92

Please sign in to comment.