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.12.3
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.12.4
Choose a head ref
  • 3 commits
  • 11 files changed
  • 2 contributors

Commits on Feb 23, 2026

  1. Configuration menu
    Copy the full SHA
    a131470 View commit details
    Browse the repository at this point in the history
  2. [1.x] Respect scalaOrganization in compiler bridge resolution (#8732)…

    … (#8799)
    
    **Problem**
    `scalaOrganization` was ignored during compiler bridge resolution because `ZincLmUtil.getDefaultBridgeModule` hard-coded `ScalaArtifacts.Organization` (`org.scala-lang`).
    
    **Solution**
    Add a `scalaOrganization` parameter to `ZincLmUtil` methods, and passing `scalaOrganization` value to those methods.
    
    Generated-by: Claude Opus 4.6
    
    Co-authored-by: Rikito Taniguchi <rikiriki1238@gmail.com>
    eed3si9n and tanishiking authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    97b69bb View commit details
    Browse the repository at this point in the history
  3. sbt 1.12.4

    eed3si9n committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    f49145f View commit details
    Browse the repository at this point in the history
Loading