From a01a1af00a22a1e0b398e79159f63d05d3b77d97 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 04:05:29 +0000 Subject: [PATCH] Update compilerplugin to 0.11.17 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4026ed357..535843162 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,4 +12,4 @@ addSbtPlugin( "com.armanbilge" % "sbt-scala-native-config-brew-github-actions" % "0.3.0" ) -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.15" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17"