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.0
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.1
Choose a head ref
  • 9 commits
  • 7 files changed
  • 2 contributors

Commits on May 29, 2025

  1. Add sonaDeploymentName to excludeLintKeys

    sbt added the `sonaDeploymentName` key with #8126, released with https://github.com/sbt/sbt/releases/tag/v1.11.0 - in use, this seems to be getting lint warnings (as introduced by #5153):
    
    ```
    [warn] there's a key that's not used by any other settings/tasks:
    [warn]  
    [warn] * scala-collection-plus / sonaDeploymentName
    [warn]   +- /home/runner/work/scala-collection-plus/scala-collection-plus/build.sbt:3
    [warn]  
    [warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
    [warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
    ```
    
    https://github.com/rtyley/scala-collection-plus/actions/runs/15326291872/job/43121748535#step:6:19
    
    ...#5153 does say that "notable exceptions are settings used exclusively by a command" - I _think_ that maybe `sonaDeploymentName` is only used by the commands `sonaRelease` & `sonaUpload`, so it's necessary to add it to `excludeLintKeys`?
    rtyley authored May 29, 2025
    Configuration menu
    Copy the full SHA
    d973734 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. Configuration menu
    Copy the full SHA
    a0ed4d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2025

  1. Configuration menu
    Copy the full SHA
    d93e122 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8147 from eed3si9n/wip/publish

    [1.x] ci: Use Central Portal for publishing
    eed3si9n authored Jun 1, 2025
    Configuration menu
    Copy the full SHA
    019a1dd View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. fix: Default sbtPluginPublishLegacyMavenStyle to false

    **Problem**
    Central Portal no longer supports the legacy sbt plugin layout.
    
    **Solution**
    Make the default more friendly by setting sbtPluginPublishLegacyMavenStyle to false.
    eed3si9n committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    2036ce6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8148 from eed3si9n/wip/plugin

    fix: Default sbtPluginPublishLegacyMavenStyle to false
    eed3si9n authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    ac397d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e25bd3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8149 from eed3si9n/wip/bump-lm-coursier

    [1.x] deps: Update lm-coursier-shaded 2.1.9
    eed3si9n authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    6cf1f61 View commit details
    Browse the repository at this point in the history
  5. sbt 1.11.1

    eed3si9n committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    d004317 View commit details
    Browse the repository at this point in the history
Loading