mirror of https://github.com/sbt/sbt.git
1.4.2-SNAPSHOT
This commit is contained in:
parent
a757f3e6e8
commit
98ec0fd8d7
|
|
@ -23,7 +23,7 @@ matrix:
|
|||
include:
|
||||
- env:
|
||||
- SBT_LOCAL=true
|
||||
- SBT_VERSION_PROP=-Dsbt.version=1.4.1-SNAPSHOT
|
||||
- SBT_VERSION_PROP=-Dsbt.version=1.4.2-SNAPSHOT
|
||||
- TRAVIS_JDK=adopt@1.8.0-222
|
||||
- SBT_CMD="++$SCALA_213; $UTIL_TESTS; ++$SCALA_212; $UTIL_TESTS; scripted actions/* source-dependencies/*1of3 dependency-management/*1of4 java/*"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@ import java.nio.file.{ Files, Path => JPath }
|
|||
import scala.util.Try
|
||||
|
||||
ThisBuild / version := {
|
||||
val v = "1.4.1-SNAPSHOT"
|
||||
// update .travis.yml too for dog fooding
|
||||
val v = "1.4.2-SNAPSHOT"
|
||||
nightlyVersion.getOrElse(v)
|
||||
}
|
||||
ThisBuild / versionScheme := Some("early-semver")
|
||||
|
|
|
|||
Loading…
Reference in New Issue