From fe2b50d27c1bcbdbd4440a8df5c1a121cf9773f0 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 26 Jun 2025 15:15:54 +0000 Subject: [PATCH] Update compilerplugin, scalapb-runtime to 0.11.19 --- project/plugins.sbt | 2 +- src/setup.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b1fa1582..5ae23535 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.1") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.8" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.19" fullResolvers ~= {_.filterNot(_.name == "jcenter")} diff --git a/src/setup.md b/src/setup.md index 08fa1824..74964ea7 100644 --- a/src/setup.md +++ b/src/setup.md @@ -15,7 +15,7 @@ import sbtprotoc.ProtocPlugin.autoImport._ ```scala mdoc:silent addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.8" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.19" ``` 次に`build.sbt`への設定の説明をします。