From c57bf74660806b677c33faba27d3e1e465f1fa16 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 12 Dec 2021 22:49:09 +0100 Subject: [PATCH] Update compilerplugin, scalapb-runtime to 0.11.7 --- project/protoc.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/protoc.sbt b/project/protoc.sbt index b78af53..f55fd44 100644 --- a/project/protoc.sbt +++ b/project/protoc.sbt @@ -1,3 +1,3 @@ addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.4") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.4" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.7" libraryDependencies += "com.thesamet.scalapb" %% "scalapb-validate-codegen" % "0.3.2"