From 21a886b959cf775ee1c54b1ae64892aed6a4243d Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sat, 23 Aug 2025 19:17:53 +0000 Subject: [PATCH] Update compilerplugin, scalapb-runtime to 0.11.20 --- 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 139ffeea..ef5e8f6a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.2") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.8" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.20" fullResolvers ~= {_.filterNot(_.name == "jcenter")} diff --git a/src/setup.md b/src/setup.md index 08fa1824..822cd0e8 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.20" ``` 次に`build.sbt`への設定の説明をします。