Skip to content

Commit

Permalink
Merge pull request #532 from typelevel/ahjohannessen-patch-1
Browse files Browse the repository at this point in the history
build: add explicit sbt-protoc version to plugins
  • Loading branch information
ahjohannessen authored May 21, 2022
2 parents c8291f0 + b90346f commit bc2b0b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.9")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.2")

addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") // Because sbt-protoc-gen-project brings in 1.0.4
addSbtPlugin("com.thesamet" % "sbt-protoc-gen-project" % "0.1.8")
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.10"

0 comments on commit bc2b0b7

Please sign in to comment.