Skip to content

Commit

Permalink
Feature/add coursier (#860)
Browse files Browse the repository at this point in the history
* Investigating insert conflict.

* Preventing term collision inside naming macro

* Trying to use coursier to speed up deps
  • Loading branch information
alexflav23 committed Nov 9, 2018
1 parent fd244e8 commit 45e5bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Expand Up @@ -38,6 +38,8 @@ addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "1.5.0")

addSbtPlugin("org.scoverage" %% "sbt-coveralls" % "1.1.0")

addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.3")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")

if (sys.env.get("MAVEN_PUBLISH").exists("true" ==)) {
Expand All @@ -46,8 +48,6 @@ if (sys.env.get("MAVEN_PUBLISH").exists("true" ==)) {
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
}

addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.7.0")

addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.8.5")

addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % Versions.scrooge)
Expand Down

0 comments on commit 45e5bdc

Please sign in to comment.