From 46d4b5d4a05fd51ea2822b3244e022e56add9cd3 Mon Sep 17 00:00:00 2001 From: scalameta-bot <50175807+scalameta-bot@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:04:55 +0200 Subject: [PATCH] Update compilerplugin, scalapb-runtime to 0.11.17 (#489) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 13e0567d..aadf351e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,6 +8,6 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") libraryDependencies ++= List( "io.github.bonigarcia" % "webdrivermanager" % "5.8.0", - "com.thesamet.scalapb" %% "compilerplugin" % "0.11.15", + "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17", "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value )