aboutsummaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-04-15 18:45:21 -0700
committerJakob Odersky <jakob@odersky.com>2018-04-15 19:56:00 -0700
commit1ea1164655cdcfbf85869456d33d5bc714c10966 (patch)
tree4a0a9c633c034d2f94f72daa6e49c96b2000988e /.ci
parent76f235f1cd7a1ab79ef7f31ccd86c604e0f46c96 (diff)
downloadspray-json-derivation-1ea1164655cdcfbf85869456d33d5bc714c10966.tar.gz
spray-json-derivation-1ea1164655cdcfbf85869456d33d5bc714c10966.tar.bz2
spray-json-derivation-1ea1164655cdcfbf85869456d33d5bc714c10966.zip
Update sbt plugins and fix auto publishingv0.4.2
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/build6
1 files changed, 3 insertions, 3 deletions
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 <<EOF > 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",