From 1ea1164655cdcfbf85869456d33d5bc714c10966 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sun, 15 Apr 2018 18:45:21 -0700 Subject: Update sbt plugins and fix auto publishing --- .ci/build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.ci') diff --git a/.ci/build b/.ci/build index a6c6ec0..1c8e832 100755 --- a/.ci/build +++ b/.ci/build @@ -15,9 +15,9 @@ if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_TAG" =~ ^v[0-9].* ]]; then # Set up publishing settings and credentials cat < credentials.sbt - useGpg := true - pgpSigningKey := Some(0x488F99C904F077E8l) - credentials += Credentials( + useGpg in Global := true + pgpSigningKey in Global := Some(0x488F99C904F077E8l) + credentials in Global += Credentials( "Sonatype Nexus Repository Manager", "oss.sonatype.org", "vZKBpUCV", -- cgit v1.2.3