aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@driver.xyz>2018-08-22 13:33:00 -0700
committerJakob Odersky <jakob@driver.xyz>2018-08-22 13:33:00 -0700
commit13e6925f7e99846345969a5189b331b4c663c7c1 (patch)
tree9e74622a7f3241924e5e557b1990e6cd708a23d4
parent99b6eed0573e05a3eb09784e638d78b5d3064d02 (diff)
downloadsbt-settings-13e6925f7e99846345969a5189b331b4c663c7c1.tar.gz
sbt-settings-13e6925f7e99846345969a5189b331b4c663c7c1.tar.bz2
sbt-settings-13e6925f7e99846345969a5189b331b4c663c7c1.zip
Upgrade sbt and fix publish procedure
-rwxr-xr-x.ci/build2
-rw-r--r--project/build.properties2
-rw-r--r--project/publish.sbt2
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")