From fbc466c603b75e60f35e205dc8f109bb2029b2d5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 22 Jan 2024 21:07:58 +0000 Subject: [PATCH] Update sbt-protoc to 1.0.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 048a746..cf11a1c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") +addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.14"