Skip to content

Commit

Permalink
csl: Removed coursier to fix the build
Browse files Browse the repository at this point in the history
Summary: Problem

There seems to be a bug with sbt 1.0.x, sbt-pgp, and coursier.
See coursier/coursier#694

Solution

Stop using coursier to unblock publishing.

JIRA Issues: CSL-5520

Differential Revision: https://phabricator.twitter.biz/D112092
  • Loading branch information
mosesn authored and jenkins committed Nov 15, 2017
1 parent 3cfe6fc commit e3e505c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ resolvers += Classpaths.sbtPluginReleases
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.0")
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC12")
// removed until https://github.com/sbt/sbt/issues/3496 is fixed
// addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC12")
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.27")
Expand Down

0 comments on commit e3e505c

Please sign in to comment.