Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate repository Scala version against scala_config #1436

Merged

Commits on Oct 17, 2022

  1. 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
    Vaidas Pilkauskas committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f4673d4 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Vaidas Pilkauskas committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    fb8f661 View commit details
    Browse the repository at this point in the history