From 3fad19e89a7c0c3eed33367b56216eb0f93e1731 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 22 Jan 2024 18:40:10 +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 266886ad..c1557550 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,6 +7,6 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3") -addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.3") +addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.11" addSbtPlugin("ch.epfl.scala" % "sbt-scala3-migrate" % "0.5.1") \ No newline at end of file