Skip to content

Commit

Permalink
Added workaround for buggy http library in SBT 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
akbertram committed Mar 5, 2018
1 parent a60072d commit db5560e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/library/project-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ Renjin's Script Engine:
resolvers +=
"BeDataDriven" at "https://nexus.bedatadriven.com/content/groups/public"
// Workaround for buggy http handler in SBT 1.x
// https://github.com/sbt/sbt/issues/3570
// Do not include for SBT 0.13.x or earlier
updateOptions := updateOptions.value.withGigahorse(false)
lazy val root = (project in file(".")).
settings(
name := "renjin-test",
Expand Down

0 comments on commit db5560e

Please sign in to comment.