-
Notifications
You must be signed in to change notification settings - Fork 949
Comparing changes
Open a pull request
base repository: sbt/sbt
base: v1.9.1
head repository: sbt/sbt
compare: v1.9.3
- 11 commits
- 9 files changed
- 2 contributors
Commits on Jul 9, 2023
-
Let ++ fall back to a bincompat Scala version
Fixes #7327 **Problem** In builds with mixed Scala patch versions (like scalameta), it's possible for a core subproject to be set to the lastest 2.12.x, but the compiler plugin component is cross published to 2.12.0 etc. `++ 2.12.0` in this case does not work since sbt 1.7.x onwards requires the queried Scala version to be listed in `crossScalaVersions`. **Solution** This implements sbt 1.6.x-like fallback mechanism, but instead of using the queried version (e.g. 2.12.0) it will set the Scala version to one of listed versions that is binary compatible.
Configuration menu - View commit details
-
Copy full SHA for de20328 - Browse repository at this point
Copy the full SHA de20328View commit details
Commits on Jul 10, 2023
-
Merge pull request #7328 from eed3si9n/wip/cross_fix
Let ++ fall back to a bincompat Scala version
Configuration menu - View commit details
-
Copy full SHA for bcc286d - Browse repository at this point
Copy the full SHA bcc286dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f6eb1b - Browse repository at this point
Copy the full SHA 5f6eb1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4111a8f - Browse repository at this point
Copy the full SHA 4111a8fView commit details -
Merge pull request #7329 from scalacenter/package-arm64-macos
Add the aarch64 binaries for macOS to the sbtn mappings
Configuration menu - View commit details
-
Copy full SHA for fe4c515 - Browse repository at this point
Copy the full SHA fe4c515View commit details
Commits on Jul 23, 2023
-
Revert "Add timeout to scripted statements"
This reverts commit 155526f.
Configuration menu - View commit details
-
Copy full SHA for d5cde98 - Browse repository at this point
Copy the full SHA d5cde98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c96f45 - Browse repository at this point
Copy the full SHA 4c96f45View commit details -
Merge pull request #7336 from eed3si9n/wip/revert_timeout
Revert scripted timeout
Configuration menu - View commit details
-
Copy full SHA for 8d818e2 - Browse repository at this point
Copy the full SHA 8d818e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 797b9da - Browse repository at this point
Copy the full SHA 797b9daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 078d8c1 - Browse repository at this point
Copy the full SHA 078d8c1View commit details
Commits on Jul 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e1ffc2a - Browse repository at this point
Copy the full SHA e1ffc2aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.9.1...v1.9.3