From 656e3afaa141545fcdfb95eed13f5061356f164f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 30 Mar 2026 19:43:08 +0000 Subject: [PATCH] Update sbt-protoc to 1.0.8 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")