From c5de26633bbad485748379e1811e219ccda1ee07 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Mon, 22 Jan 2018 01:24:57 +0000 Subject: [PATCH] upgrade sbt, plugin --- .travis.yml | 6 +++--- project/build.properties | 2 +- project/plugins.sbt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a040c85..261b80f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,9 @@ jdk: - oraclejdk8 scala: - - 2.11.8 + - 2.11.12 -script: sbt ++$TRAVIS_SCALA_VERSION clean test +script: sbt ++$TRAVIS_SCALA_VERSION clean coverageTest cache: directories: @@ -15,7 +15,7 @@ cache: - $HOME/.sbt/boot/ - $HOME/.zinc -after_success: sbt ++$TRAVIS_SCALA_VERSION travis-report +after_success: sbt ++$TRAVIS_SCALA_VERSION travisReport before_cache: # Tricks to avoid unnecessary cache updates diff --git a/project/build.properties b/project/build.properties index 394cb75..8b697bb 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.0.4 +sbt.version=1.1.0 diff --git a/project/plugins.sbt b/project/plugins.sbt index 9dc0442..0003a9d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("org.hammerlab.sbt" % "base" % "4.1.0") +addSbtPlugin("org.hammerlab.sbt" % "base" % "4.2.0")