From 56c88a46309d5b9262037778c24846c20457b3f5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 21 May 2024 23:13:51 +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 2db2c590..398f455c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("snapshots") -addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") +addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.14"