From 5487cbf3f78520f9414b60dd019fd4cd8dfa277e Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sat, 12 Aug 2017 17:04:22 -0700 Subject: Update CI script to support sbt 1 --- .travis/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/build b/.travis/build index ccd2a97..d17a7c6 100755 --- a/.travis/build +++ b/.travis/build @@ -12,7 +12,7 @@ if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_TAG" =~ ^v[0-9].* ]]; then # Setup sbt-pgp plugin cat < project/gpg.sbt - addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0") + addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0-M1") EOF cat < gpg.sbt pgpSigningKey in Global := Some(0xE107A4A6CF561C67l) @@ -22,7 +22,7 @@ EOF # Setup bitray publishing plugin cat < project/bintray.sbt - addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0") + addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.1") EOF mkdir ~/.bintray openssl aes-256-cbc -K $encrypted_9971283457ae_key -iv $encrypted_9971283457ae_iv -in .travis/bintray.enc -out ~/.bintray/.credentials -d -- cgit v1.2.3