Skip to content

Commit

Permalink
Update sbt-protoc to 1.0.4 (scalapb#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 18, 2021
1 parent c8ee9b8 commit 1884cdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/basic/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.3")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.4")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")

Expand Down
2 changes: 1 addition & 1 deletion examples/custom_options/project/scalapb.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.3")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.4")

libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.1"
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")

addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.3")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.4")

addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")

Expand Down

0 comments on commit 1884cdd

Please sign in to comment.