From c0dca4b7e85696f5d30d20365c7dfba189f66e8c Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 24 Aug 2025 09:48:15 +0100 Subject: [PATCH] scalapb 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 d71f803c..c1a32b22 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -41,4 +41,4 @@ libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.3.2024011 // scripted testing libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.20" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "1.0.0-alpha.2"