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 fd813a6 commit 836b526
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 @@ -4,6 +4,7 @@ resolvers ++= Seq(
)

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.scoverage" % "sbt-scoverage" % "1.5.1")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")

0 comments on commit 836b526

Please sign in to comment.