sbt 0.13.16

Tweaked the dependencies due to #3458.

Also workaround a brand-new Travis CI issue.

And mark fork-parellel/test pending.. to merge this thing
This commit is contained in:
Dale Wijnand 2017-08-04 11:31:56 +01:00
parent b5f9fe215e
commit d864b066a3
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
4 changed files with 7 additions and 2 deletions

View File

@ -16,6 +16,11 @@ jdk:
- openjdk6 - openjdk6
# - oraclejdk7 # - oraclejdk7
# WORKAROUND https://github.com/travis-ci/travis-ci/issues/5227
addons:
hosts: workaround-travis-ci-issue-5227
hostname: workaround-travis-ci-issue-5227
env: env:
matrix: matrix:
- SBT_CMD=";doc;safeUnitTests" - SBT_CMD=";doc;safeUnitTests"

View File

@ -487,7 +487,7 @@ lazy val sbtProj = (project in sbtPath).
lazy val mavenResolverPluginProj = (project in file("sbt-maven-resolver")). lazy val mavenResolverPluginProj = (project in file("sbt-maven-resolver")).
dependsOn(sbtProj, ivyProj % "test->test"). dependsOn(sbtProj, ivyProj % "test->test").
settings( settings(
baseSettings, testedBaseSettings,
name := "sbt-maven-resolver", name := "sbt-maven-resolver",
libraryDependencies ++= aetherLibs, libraryDependencies ++= aetherLibs,
sbtPlugin := true sbtPlugin := true

View File

@ -1 +1 @@
sbt.version=0.13.16-M1 sbt.version=0.13.16