Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Sbt-buildo downloads scala 2.10.5 dependencies #5

Closed
calippo opened this issue Nov 24, 2016 · 2 comments
Closed

Sbt-buildo downloads scala 2.10.5 dependencies #5

calippo opened this issue Nov 24, 2016 · 2 comments
Assignees
Labels

Comments

@calippo
Copy link
Member

calippo commented Nov 24, 2016

description

Sbt-buildo downloads scala 2.10.5 dependencies.
This involves weird bugs such as spray/spray#1036

screen shot 2016-11-24 at 18 19 20

how to reproduce

  • Build a project using sbt-buildo from scratch
@gabro
Copy link
Member

gabro commented Jan 8, 2017

I finally understood this bug.

The scala version has nothing to do with it. Scala 2.10.5 is used for building sbt itself, so it's ok.

The problem with the spray DSL is caused by the "-Yno-adapted-args" flag, which prevents auto-tupling from happening (see http://stackoverflow.com/questions/29252205/why-this-case-class-can-hold-more-parameters-than-it-declares). Since spray DSL heavily relies on auto-tupling, it fails to compile with that flag on.

Removing the flag fixes the issue. I'll publish an updated version soon.

@gabro gabro closed this as completed in c775666 Jan 8, 2017
@gabro
Copy link
Member

gabro commented Jan 8, 2017

Published in v0.1.6 🎉

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants