Merge pull request #3408 from dwijnand/01316

sbt 0.13.16
This commit is contained in:
eugene yokota 2017-09-08 16:42:26 -04:00 committed by GitHub
commit e3c4db5ae8
4 changed files with 7 additions and 2 deletions

View File

@ -16,6 +16,11 @@ jdk:
- openjdk6
# - 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:
matrix:
- 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")).
dependsOn(sbtProj, ivyProj % "test->test").
settings(
baseSettings,
testedBaseSettings,
name := "sbt-maven-resolver",
libraryDependencies ++= aetherLibs,
sbtPlugin := true

View File

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