sbt 1.12.2

This commit is contained in:
Eugene Yokota 2026-02-04 00:23:22 -05:00
parent 92a4af4f97
commit 1a50aa32f2
3 changed files with 5 additions and 3 deletions

View File

@ -11,7 +11,7 @@ import scala.util.Try
// ThisBuild settings take lower precedence,
// but can be shared across the multi projects.
ThisBuild / version := {
val v = "1.12.0-SNAPSHOT"
val v = "1.12.3-SNAPSHOT"
nightlyVersion.getOrElse(v)
}
ThisBuild / version2_13 := "2.0.0-SNAPSHOT"
@ -57,6 +57,9 @@ Global / excludeLint += checkPluginCross
Global / excludeLint += nativeImageJvm
Global / excludeLint += nativeImageVersion
usePgpKeyHex("642AC823")
// usePgpKeyHex("2BE67AC00D699E04E840B7FE29967E804D85663F")
def commonBaseSettings: Seq[Setting[_]] = Def.settings(
headerLicense := Some(
HeaderLicense.Custom(

View File

@ -101,7 +101,6 @@ val launcherPackage = (project in file(".")).
case _ => Nil
}
},
usePgpKeyHex("642AC823"),
pgpSecretRing := file(s"""${sys.props("user.home")}""") / ".ssh" / "scalasbt.key",
pgpPublicRing := file(s"""${sys.props("user.home")}""") / ".ssh" / "scalasbt.pub",
publishToSettings,

2
sbt
View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set +e
declare builtin_sbt_version="1.12.1"
declare builtin_sbt_version="1.12.2"
declare -a residual_args
declare -a java_args
declare -a scalac_args