bazelbuild / rules_scala

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

Move default toolchain dependencies logic to .bzl file #1561

Closed aszady closed 3 months ago

aszady commented 3 months ago

Description

Purely refactoring change. Encapsulates the logic of selecting dependencies into a function. Should come in handy in future changes.

Motivation

Originally #1290. Partitioned from / inspired by #1552.