From 923ad31df097d37842e316f613c94f40a1a108bf Mon Sep 17 00:00:00 2001 From: rand Date: Sun, 6 Nov 2022 21:31:00 +0800 Subject: [PATCH] Update sbt-protoc version for build on Mac M1 arm --- project/scalapb.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/scalapb.sbt b/project/scalapb.sbt index ebd78445..6a43c25c 100644 --- a/project/scalapb.sbt +++ b/project/scalapb.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.2") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.3" +addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.12"