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
Validate repository Scala version against scala_config (#1436)
* Validate repository Scala version against scala_config
In case there are no overrides, we fail the build if Scala version in scala_config does not match available version in default repositories.
Additionally, macros `rules_scala_toolchain_deps_repositories` and `rules_scala_setup` are exported for easier setup of Rules Scala dependencies
* Fix tests
0 commit comments