From a9f7dcfa41544ee58c74bf8411b3bc0c420b97f1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 24 Aug 2025 17:46:46 +0000 Subject: [PATCH] Update compilerplugin, scalapb-runtime to 1.0.0-alpha.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1dc5ec5..b75a1db 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "1.0.0-alpha.1" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "1.0.0-alpha.2" addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")