From 715e4073a99794a75e36ad8034707262eba12e96 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 22 Jan 2024 17:32:16 +0000 Subject: [PATCH] Update sbt-protoc to 1.0.7 --- examples/project/plugins.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/project/plugins.sbt b/examples/project/plugins.sbt index 98600c9..81cdd59 100644 --- a/examples/project/plugins.sbt +++ b/examples/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") +addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") libraryDependencies += "kr.ikhoon.scalapb-reactor" %% "scalapb-reactor-codegen" % "0.2.0" diff --git a/project/plugins.sbt b/project/plugins.sbt index e53d0ad..9b47fbc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ // ScalaPB -addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") +addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") addSbtPlugin("com.thesamet" % "sbt-protoc-gen-project" % "0.1.8") libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.11"