bazelbuild / rules_scala

Scala rules for Bazel
Apache License 2.0
363 stars 275 forks source link

Allow version-aware naming for artifact repositories #1562

Closed aszady closed 5 months ago

aszady commented 6 months ago

Description

For multiple SCALA_VERSIONS we will need to download artifacts for each version. Some naming collision avoidance is needed.

Motivation

Originally #1290. Partitioned from #1552.