Skip to content

Commit ee49992

Browse files
authored
Merge pull request #34 from scala-steward/update/sbt-protoc-1.0.8
Update sbt-protoc to 1.0.8
2 parents 4e2463b + 93bd6ce commit ee49992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")
33
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
44
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
6-
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")
6+
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8")
77
addSbtPlugin("com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.2.13")
88

99
if (sys.props.get("sparkVersion").exists(_.startsWith("4."))) {

0 commit comments

Comments
 (0)