From e137fa26da7e15e91aba6dce3807c61f54d5c441 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:55:30 +0200 Subject: [PATCH] Update compilerplugin, scalapb-runtime, ... to 0.11.14 (#600) --- project/protoc.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/protoc.sbt b/project/protoc.sbt index 9a9957da..6bd8afeb 100644 --- a/project/protoc.sbt +++ b/project/protoc.sbt @@ -1,3 +1,3 @@ addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.13" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.14"