diff --git a/project/plugins.sbt b/project/plugins.sbt index c2453d62..9f9d8a61 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addDependencyTreePlugin addSbtPlugin("com.github.sbt" % "sbt-avro" % "3.5.1") addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.23") -addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") +addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4")