Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant