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

Update SBT to version 1.9.9 and buildenv images and JDK versions in CI #450

Merged
merged 5 commits into from
Aug 22, 2024

Commits on Aug 21, 2024

  1. Update SBT to version 1.9.9 and drop the binaries

    The scripts should download the necessary binaries into local cache.
    
    The binaries were meant to make it easier to use the repository in
    disconnected mode, but such a use case is rather unlikely, because
    building the project without being able to download dependencies is
    doomed to fail, unless all dependencies were cached.
    
    Keeping the launcher scripts allows building the repository without SBT
    installed, otherwise people should just use their system-wide SBT.
    reneleonhardt authored and lbulej committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f375453 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14fde9e View commit details
    Browse the repository at this point in the history
  3. Use updated buildenv images

    lbulej committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    970f4e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1abf09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f433fb View commit details
    Browse the repository at this point in the history