You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Users can currently use Scala 2.12 quite easily by adding
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.
The text was updated successfully, but these errors were encountered: