diff --git a/project/plugins.sbt b/project/plugins.sbt index ef18a84f..9509d719 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.20") -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.3.1")