aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")