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: scalameta/scalafmt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.9.9
Choose a base ref
...
head repository: scalameta/scalafmt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.9.10
Choose a head ref
  • 20 commits
  • 21 files changed
  • 5 contributors

Commits on Aug 2, 2025

  1. Configuration menu
    Copy the full SHA
    73c78d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9de2243 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Update typesafe:config to 1.4.4

    scalameta-bot authored and kitbellew committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    e0f2539 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80fb2c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. Bump actions/download-artifact from 4 to 5

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kitbellew committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    64cf9a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. 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 and kitbellew committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    4e12aa6 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. Bump actions/setup-java from 4 to 5

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kitbellew committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    2ef9869 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. CoursierDependencyDownloader: remove legacy OSS

    Also, use `addRepositories` instead of `withRepositories`, as that will
    preserve the default repositories so we can skip adding them explicitly.
    kitbellew committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    f59b166 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. Configuration menu
    Copy the full SHA
    4e043cb View commit details
    Browse the repository at this point in the history
  2. Update jline to 3.30.5

    scalameta-bot authored and kitbellew committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    c1e2d3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7d40ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97bef57 View commit details
    Browse the repository at this point in the history
  5. CoursierDependencyDownloader: support credentials

    This requires using the full coursier library as it loads credentials
    from COURSIER_CREDENTIALS env var, just like any default repositories
    have been loaded from COURSIER_REPOSITORIES.
    kitbellew committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    8de177f View commit details
    Browse the repository at this point in the history
  6. improvement: Remove the edit button (#4967)

    It can easily get out of date and doesn't allow for quickly creating a fork.
    tgodzik authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    82ec391 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2025

  1. Configuration menu
    Copy the full SHA
    3aaf48a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6459854 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2025

  1. FormatWriter: refactor appendWhitespace (#4972)

    Do not concatenate newlines with spaces to append to string buffer, and
    DRY with respect to delayedAlign usage. Also, avoid using `return`.
    kitbellew authored Sep 14, 2025
    Configuration menu
    Copy the full SHA
    f8a4b98 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. Configuration menu
    Copy the full SHA
    4e9de61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ce4606 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f95850d View commit details
    Browse the repository at this point in the history
Loading