From bfe2a0a9f2d7640202da4366eea57e2be9435b07 Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Mon, 30 Mar 2026 07:36:31 +0900 Subject: [PATCH] sbt 2.0.0-RC10 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index a4efc76..df333a3 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ ThisBuild / homepage := Some(url("https://github.com/sbt/sbt-pgp")) // Because we're both a library and an sbt plugin, we use crossScalaVersions rather than crossSbtVersions for // cross building. So you can use commands like +scripted. lazy val scala212 = "2.12.17" -lazy val scala3 = "3.8.1" +lazy val scala3 = "3.8.2" ThisBuild / crossScalaVersions := Seq(scala212, scala3) ThisBuild / scalaVersion := scala212 @@ -68,7 +68,7 @@ lazy val plugin = (project in file("sbt-pgp")) (pluginCrossBuild / sbtVersion) := { scalaBinaryVersion.value match { case "2.12" => "1.5.8" - case _ => "2.0.0-RC9" + case _ => "2.0.0-RC10" } }, scriptedSbt := {