From 43b2f1eb3001d49c8758a7bc80b441082291cd19 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sun, 25 Apr 2021 22:16:01 -0400 Subject: [PATCH] sbt 1.5.1 --- build.sbt | 5 +---- project/build.properties | 2 +- sbt | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/build.sbt b/build.sbt index 225d55e41..b06c0e3f2 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ import scala.util.Try // ThisBuild settings take lower precedence, // but can be shared across the multi projects. ThisBuild / version := { - val v = "1.5.0-SNAPSHOT" + val v = "1.5.2-SNAPSHOT" nightlyVersion.getOrElse(v) } ThisBuild / version2_13 := "2.0.0-SNAPSHOT" @@ -1521,12 +1521,9 @@ def customCommands: Seq[Setting[_]] = Seq( }, commands += Command.command("release") { state => // TODO - Any sort of validation - "clean" :: - "conscriptConfigs" :: "upperModules/compile" :: "upperModules/publishSigned" :: "bundledLauncherProj/publishSigned" :: - "bundledLauncherProj/publishLauncher" :: state }, ) diff --git a/project/build.properties b/project/build.properties index dbae93bcf..f0be67b9f 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.4.9 +sbt.version=1.5.1 diff --git a/sbt b/sbt index 274fba336..36b36af26 100755 --- a/sbt +++ b/sbt @@ -1,7 +1,7 @@ #!/usr/bin/env bash set +e -declare builtin_sbt_version="1.5.0" +declare builtin_sbt_version="1.5.1" declare -a residual_args declare -a java_args declare -a scalac_args