From c12bfe179c8263194b4e765a89c8f11550a392aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 15:34:40 +0000 Subject: [PATCH] Bump com.thesamet.scalapb:compilerplugin_3 Bumps [com.thesamet.scalapb:compilerplugin_3](https://github.com/scalapb/ScalaPB) from 1.0.0-alpha.5 to 1.0.0-alpha.6. - [Release notes](https://github.com/scalapb/ScalaPB/releases) - [Changelog](https://github.com/scalapb/ScalaPB/blob/master/CHANGELOG.md) - [Commits](https://github.com/scalapb/ScalaPB/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) --- updated-dependencies: - dependency-name: com.thesamet.scalapb:compilerplugin_3 dependency-version: 1.0.0-alpha.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cebb2c2b2..1a97bf7bfe 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ resolvers ++= Seq( // Should go before Scala.js addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "1.0.0-alpha.5" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "1.0.0-alpha.6" Seq( "com.eed3si9n" % "sbt-assembly" % "2.3.1",