From 86e3b06937ace63f9f342dc717fa042775499f65 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 13 Mar 2022 22:46:51 +0100 Subject: [PATCH] Update compilerplugin, scalapb-runtime, ... to 0.11.10 --- project/protoc.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/protoc.sbt b/project/protoc.sbt index d18af9d..fc72a0f 100644 --- a/project/protoc.sbt +++ b/project/protoc.sbt @@ -1,2 +1,2 @@ addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.9" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.10"