bazelbuild / rules_scala

Scala rules for Bazel
Apache License 2.0
359 stars 266 forks source link

Don't rely on `SCALA_VERSION` in phases #1559

Closed aszady closed 3 months ago

aszady commented 3 months ago

Description

Before enabling cross-build we need to review (and most likely replace) all uses of SCALA_VERSION. This PR reviews usage of SCALA_VERSION when a resolved toolchain is available.

This shouldn't change any behavior.

Motivation

Originally #1290. Partitioned from #1552.