Merge pull request #5944 from eatkins/sbt-snapshot-version

Bump sbt snapshot version
This commit is contained in:
eugene yokota 2020-10-06 16:21:10 -04:00 committed by GitHub
commit 6865526d3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ matrix:
include:
- env:
- SBT_LOCAL=true
- SBT_VERSION_PROP=-Dsbt.version=1.4.0-SNAPSHOT
- SBT_VERSION_PROP=-Dsbt.version=1.4.1-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/*"

View File

@ -8,7 +8,7 @@ import java.nio.file.{ Files, Path => JPath }
import scala.util.Try
ThisBuild / version := {
val v = "1.4.0-SNAPSHOT"
val v = "1.4.1-SNAPSHOT"
nightlyVersion.getOrElse(v)
}
ThisBuild / versionScheme := Some("early-semver")