From 232a3308f9da964e64cd204bd7fbf4b5452855bf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 7 Jun 2025 18:14:03 +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 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")