From fabfc98b8ae2bc44bb7e2f3d3fa0eab82120438e Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Thu, 19 Jan 2017 21:38:42 -0800 Subject: [PATCH] Use sbt-coursier plugin to accelerate jar download --- project/plugins.sbt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0f071ce..ff3e3e0 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,14 +1,8 @@ - addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3") - addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1") - addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0") - addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.4.0") - addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.5") - addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.7.0") - addSbtPlugin("com.etsy" % "sbt-checkstyle-plugin" % "0.4.3") +addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-M15")