We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e2463b + 93bd6ce commit ee49992Copy full SHA for ee49992
project/plugins.sbt
@@ -3,7 +3,7 @@ addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")
3
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
4
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
5
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
6
-addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")
+addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8")
7
addSbtPlugin("com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.2.13")
8
9
if (sys.props.get("sparkVersion").exists(_.startsWith("4."))) {
0 commit comments