From 3743fdbe480abf58e258f847ae29c17e6c895d89 Mon Sep 17 00:00:00 2001 From: adamw Date: Mon, 28 Aug 2017 15:53:03 +0200 Subject: Updating to sbt 1.0 --- project/SttpRelease.scala | 4 ++-- project/build.properties | 2 +- project/plugins.sbt | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/project/SttpRelease.scala b/project/SttpRelease.scala index e1d0e16..be56c6a 100644 --- a/project/SttpRelease.scala +++ b/project/SttpRelease.scala @@ -12,7 +12,7 @@ object SttpRelease { inquireVersions, // publishing locally so that the pgp password prompt is displayed early // in the process - ReleaseStep(action = Command.process("publishLocalSigned", _)), + releaseStepCommand("publishLocalSigned"), runClean, runTest, setReleaseVersion, @@ -22,7 +22,7 @@ object SttpRelease { publishArtifacts, setNextVersion, commitNextVersion, - ReleaseStep(action = Command.process("sonatypeReleaseAll", _)), + releaseStepCommand("sonatypeReleaseAll"), pushChanges ) diff --git a/project/build.properties b/project/build.properties index 64317fd..964b6ee 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.15 +sbt.version=1.0.0 \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index b262eb5..6f3aa68 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,9 +1,9 @@ addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.10") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0-M1") -addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.5") +addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6") addSbtPlugin("com.updateimpact" % "updateimpact-sbt-plugin" % "2.1.2") \ No newline at end of file -- cgit v1.2.3