Skip to content
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

Provide default compilers for various versions of Scala #204

Open
SrodriguezO opened this issue Aug 7, 2019 · 0 comments
Open

Provide default compilers for various versions of Scala #204

SrodriguezO opened this issue Aug 7, 2019 · 0 comments

Comments

@SrodriguezO
Copy link
Collaborator

Users can currently use Scala 2.12 quite easily by adding

bind(
    name = "default_scala",
    actual = "@rules_scala_annex//src/main/scala:zinc_2_12_8",
)

to their WORKSPACE file.

The rules would be more accessible if we provided similar default targets for other versions of Scala. Currently, users that need a different version of Scala must do all the configuration/set-up themselves.

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

No branches or pull requests

1 participant