From f1ca5dbdf30dac736340f17da68136ea3d380673 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:25:42 +0100 Subject: [PATCH] Update sbt-protoc to 1.0.7 (#616) --- project/protoc.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/protoc.sbt b/project/protoc.sbt index 6bd8afeb..0eee7867 100644 --- a/project/protoc.sbt +++ b/project/protoc.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") +addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.14"