aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project/SttpRelease.scala4
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt6
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