From 9febdc8b8572be79cc03c5db66ac388508ffdbd9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 Feb 2023 16:42:54 +0000 Subject: [PATCH] Update compilerplugin, scalapb-runtime to 0.11.13 --- core/project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/project/plugins.sbt b/core/project/plugins.sbt index 44ac71836..648a1ad41 100644 --- a/core/project/plugins.sbt +++ b/core/project/plugins.sbt @@ -18,7 +18,7 @@ libraryDependencies ++= Seq( addSbtPlugin("com.julianpeeters" % "sbt-avrohugger" % "2.0.0") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.11" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.13" addSbtPlugin("com.lucidchart" % "sbt-cross" % "4.0") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0")