Use sbt-coursier plugin to accelerate jar download

This commit is contained in:
Taro L. Saito 2017-01-19 21:38:42 -08:00
parent 57c5576151
commit fabfc98b8a
1 changed files with 1 additions and 7 deletions

View File

@ -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")