aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-08-28 15:53:03 +0200
committeradamw <adam@warski.org>2017-08-28 15:53:03 +0200
commit3743fdbe480abf58e258f847ae29c17e6c895d89 (patch)
treec732db8a02ec6fe154e754099a4879684c3304b8 /project
parent00e10184c05431d2692d2b54425481a67ee3bc8e (diff)
downloadsttp-3743fdbe480abf58e258f847ae29c17e6c895d89.tar.gz
sttp-3743fdbe480abf58e258f847ae29c17e6c895d89.tar.bz2
sttp-3743fdbe480abf58e258f847ae29c17e6c895d89.zip
Updating to sbt 1.0
Diffstat (limited to 'project')
-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