aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-08-12 17:04:22 -0700
committerJakob Odersky <jakob@odersky.com>2017-08-12 17:04:22 -0700
commit10b2564b49da87d7567024a27365edf2706bce1c (patch)
treeaaf7031f412b86bb5ad5a0594d285fc5d9f68f01
parentd7a8e0413e069836847326873888201a384cda79 (diff)
downloadsbt-jni-1.3.0-M1.tar.gz
sbt-jni-1.3.0-M1.tar.bz2
sbt-jni-1.3.0-M1.zip
Update CI script to support sbt 1v1.3.0-M1
-rwxr-xr-x.travis/build4
1 files 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 <<EOF > project/gpg.sbt
- addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
+ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0-M1")
EOF
cat <<EOF > gpg.sbt
pgpSigningKey in Global := Some(0xE107A4A6CF561C67l)
@@ -22,7 +22,7 @@ EOF
# Setup bitray publishing plugin
cat <<EOF > 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