aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJakob Odersky <jakob@driver.xyz>2017-08-23 17:28:20 -0700
committerJakob Odersky <jakob@driver.xyz>2017-09-22 13:37:18 -0700
commit2064415f025810701055ea9d4a5117dc7f0ba123 (patch)
tree1583eba67952b2ea0d667fffcdef4193191adbcc /project
parent9aa6604d169646e124811029eda0b05ab687717e (diff)
downloadsbt-settings-2064415f025810701055ea9d4a5117dc7f0ba123.tar.gz
sbt-settings-2064415f025810701055ea9d4a5117dc7f0ba123.tar.bz2
sbt-settings-2064415f025810701055ea9d4a5117dc7f0ba123.zip
Move to sbt 1
Diffstat (limited to 'project')
-rw-r--r--project/build.properties5
-rw-r--r--project/plugins.sbt18
2 files changed, 7 insertions, 16 deletions
diff --git a/project/build.properties b/project/build.properties
index 3507256..b7dd3cb 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1,4 +1 @@
-#Activator-generated Properties
-#Wed Jul 06 16:08:49 PDT 2016
-template.uuid=a675a7df-bee3-48df-9eaa-688d99e5814e
-sbt.version=0.13.16
+sbt.version=1.0.2
diff --git a/project/plugins.sbt b/project/plugins.sbt
index f6e2ef2..6faa230 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,15 +1,9 @@
// Code style plugins
-
-addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.0.3")
-addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")
-addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.6")
+addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
+addSbtPlugin("com.lucidchart" %% "sbt-scalafmt" % "1.10")
// Launch and deploy/release plugins
-addSbtPlugin("io.spray" % "sbt-revolver" % "0.8.0")
-addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.6.1")
-addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.8.5")
-addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.3")
-addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")
-
-// This plugin represents functionality that is to be added to sbt in the future
-addSbtPlugin("org.scala-sbt" % "sbt-core-next" % "0.1.1")
+addSbtPlugin("io.spray" %% "sbt-revolver" % "0.9.0")
+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.6")