Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sbt/sbt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.5
Choose a base ref
...
head repository: sbt/sbt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.6
Choose a head ref
  • 11 commits
  • 15 files changed
  • 3 contributors

Commits on Aug 27, 2025

  1. [1.x] Bump actions/checkout from 4 to 5

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    9efe804 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. Merge pull request #8246 from sbt/dependabot/github_actions/1.11.x/ac…

    …tions/checkout-5
    
    [1.x] Bump actions/checkout from 4 to 5
    eed3si9n authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    28e7ef7 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. use reverse topological order for configurations when resolving inter…

    …nal dependencies
    
    - changes the classpath order for internal dependencies
    - fix #8249
    azdrojowa123 committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    622994b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6769e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Configuration menu
    Copy the full SHA
    cbecbad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8258 from eed3si9n/wip/native-image

    [1.x] Building sbtn locally for Aarch64 / arm64
    eed3si9n authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    b5ab0e1 View commit details
    Browse the repository at this point in the history
  3. fix: Fixes client-side run

    **Problem**
    Client-side run currently fails on JDK 8 because sbtn
    creates args file even though JDK 8 does not support it.
    This is likely because sbtn is compiled using GraalVM on a modern JDK.
    
    **Solution**
    This adds a new fork option canUseArgumentsFile to delegate the args file decision
    to the server, and default to false if the value is missing.
    This retroactively fixes sbt 2.x client-side run.
    eed3si9n committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    3a8a891 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8259 from eed3si9n/wip/sbtn-run

    [1.x] fix: Fixes client-side run
    eed3si9n authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    8830abb View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2025

  1. Launcher 1.5.0

    eed3si9n committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    4b1239f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8268 from eed3si9n/wip/launcher

    [1.x] Launcher 1.5.0
    eed3si9n authored Sep 6, 2025
    Configuration menu
    Copy the full SHA
    478f3a1 View commit details
    Browse the repository at this point in the history
  3. sbt 1.11.6

    eed3si9n committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    9186f23 View commit details
    Browse the repository at this point in the history
Loading