Skip to content

Dotty version should not be hardcoded in dependencies #6207

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nicolasstucki opened this issue Apr 2, 2019 · 2 comments
Closed

Dotty version should not be hardcoded in dependencies #6207

nicolasstucki opened this issue Apr 2, 2019 · 2 comments

Comments

@nicolasstucki
Copy link
Contributor

The dotty version should not be hardcoded. I think this should work:

"ch.epfl.lamp" %% "dotty" % scalaVersion.value,

Originally posted by @allanrenucci in #6017

@nicolasstucki
Copy link
Contributor Author

@smarter
Copy link
Member

smarter commented Apr 2, 2019

Use "dotty-compiler" instead of "dotty", the latter is a meta-project that we should stop publishing eventually (we still need it because I hardcoded it into sbt, but I fixed this for sbt >= 1.3)

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

No branches or pull requests

2 participants