From 13e6925f7e99846345969a5189b331b4c663c7c1 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Wed, 22 Aug 2018 13:33:00 -0700 Subject: Upgrade sbt and fix publish procedure --- .ci/build | 2 +- project/build.properties | 2 +- project/publish.sbt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/build b/.ci/build index ac6f5d7..e8ee185 100755 --- a/.ci/build +++ b/.ci/build @@ -31,6 +31,6 @@ EOF # Publish and release sbt \ - publishSigned \ + publish \ sonatypeRelease fi diff --git a/project/build.properties b/project/build.properties index d6e3507..5620cc5 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.1.6 +sbt.version=1.2.1 diff --git a/project/publish.sbt b/project/publish.sbt index 92c91ee..b39e15a 100644 --- a/project/publish.sbt +++ b/project/publish.sbt @@ -1,2 +1,2 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3") -addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.1.6") +addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.0") -- cgit v1.2.3