Merge pull request #6063 from eed3si9n/wip/sbt-bumps

Bump sbt versions
This commit is contained in:
eugene yokota 2020-11-05 00:40:29 -05:00 committed by GitHub
commit e5164cdf43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ matrix:
include:
- env:
- SBT_LOCAL=true
- SBT_VERSION_PROP=-Dsbt.version=1.4.2-SNAPSHOT
- SBT_VERSION_PROP=-Dsbt.version=1.4.3-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

@ -9,7 +9,7 @@ import scala.util.Try
ThisBuild / version := {
// update .travis.yml too for dog fooding
val v = "1.4.2-SNAPSHOT"
val v = "1.4.3-SNAPSHOT"
nightlyVersion.getOrElse(v)
}
ThisBuild / versionScheme := Some("early-semver")

View File

@ -1 +1 @@
sbt.version=1.4.0
sbt.version=1.4.2