mirror of https://github.com/sbt/sbt.git
sbt 1.5.1
This commit is contained in:
parent
6581896dd4
commit
43b2f1eb30
|
|
@ -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
|
||||
},
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
sbt.version=1.4.9
|
||||
sbt.version=1.5.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue