aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJakob Odersky <jakob@driver.xyz>2018-05-03 16:21:39 -0700
committerJakob Odersky <jakob@driver.xyz>2018-05-03 16:21:39 -0700
commitd7fd38798b24638b095357d4a96a7d3158fa4174 (patch)
treee9482c63aebc31b537dbfb2a0ca6a6a7edd668e8 /project
parent095431f7e014cda1c7522236531c67258b4bc58d (diff)
downloadsbt-settings-d7fd38798b24638b095357d4a96a7d3158fa4174.tar.gz
sbt-settings-d7fd38798b24638b095357d4a96a7d3158fa4174.tar.bz2
sbt-settings-d7fd38798b24638b095357d4a96a7d3158fa4174.zip
Set up continuous deploymentv1.0.10
Diffstat (limited to 'project')
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt8
-rw-r--r--project/publish.sbt2
3 files changed, 3 insertions, 9 deletions
diff --git a/project/build.properties b/project/build.properties
index b7dd3cb..64cf32f 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.0.2
+sbt.version=1.1.4
diff --git a/project/plugins.sbt b/project/plugins.sbt
index bdd7ab1..4da7bd5 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,9 +1 @@
-// Code style plugins
-addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
addSbtPlugin("com.lucidchart" %% "sbt-scalafmt" % "1.14")
-
-// Launch and deploy/release plugins
-addSbtPlugin("io.spray" %% "sbt-revolver" % "0.9.1")
-addSbtPlugin("com.eed3si9n" %% "sbt-buildinfo" % "0.7.0")
-addSbtPlugin("com.typesafe.sbt" %% "sbt-git" % "0.9.3")
-addSbtPlugin("com.github.gseitz" %% "sbt-release" % "1.0.7")
diff --git a/project/publish.sbt b/project/publish.sbt
new file mode 100644
index 0000000..1c70137
--- /dev/null
+++ b/project/publish.sbt
@@ -0,0 +1,2 @@
+addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")
+addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")