Skip to content

Commit

Permalink
Update sbt-protoc to 1.0.2 (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: Scala Steward <[email protected]>
  • Loading branch information
moia-pipeline and scala-steward authored Mar 15, 2021
1 parent 39e82ef commit 0cd4724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-license-report" % "1.2.0")

// Uses protoc to generate code from proto files. This SBT plugin is meant supercede sbt-protobuf and sbt-scalapb.
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.1")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.2")

libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.10.11"

Expand Down

0 comments on commit 0cd4724

Please sign in to comment.