From 10a6a14fd5c45778ce5e5bfe817a2fa820934e36 Mon Sep 17 00:00:00 2001 From: Hao Huang Date: Tue, 2 May 2017 12:53:56 -0700 Subject: Refactor the sbt release behavior for services --- project/plugins.sbt | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'project') diff --git a/project/plugins.sbt b/project/plugins.sbt index 1ab5e94..58f7a7f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,16 +1,15 @@ - // Code style plugins addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "0.6.6") -addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.0.3") -addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0") +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.0.3") +addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0") // 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") +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") \ No newline at end of file +addSbtPlugin("org.scala-sbt" % "sbt-core-next" % "0.1.1") -- cgit v1.2.3