From 75351be76cc50722ef2f11ad5eb1b36f87574c5c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 9 Feb 2024 15:29:51 +0100 Subject: [PATCH] Update compilerplugin, scalapb-runtime to 0.11.15 (#399) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 265c0e8..16d00ac 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") libraryDependencies ++= Seq( "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value, - "com.thesamet.scalapb" %% "compilerplugin" % "0.11.13" + "com.thesamet.scalapb" %% "compilerplugin" % "0.11.15" ) // only necessary so we can generate protos for tests addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")