sbt-typelevel
sbt-typelevel copied to clipboard
Let sbt work for you.
## About this PR 📦 Updates [org.xerial.sbt:sbt-sonatype](https://github.com/xerial/sbt-sonatype) from `3.11.3` to `3.12.2` 📜 [GitHub Release Notes](https://github.com/xerial/sbt-sonatype/releases/tag/v3.12.2) - [Release Notes](https://github.com/xerial/sbt-sonatype/blob/master/ReleaseNotes.md) - [Version Diff](https://github.com/xerial/sbt-sonatype/compare/v3.11.3...v3.12.2) ## Usage ✅ **Please merge!** I'll automatically update this...
In https://github.com/typelevel/sbt-typelevel/pull/762 we changed the default OS to a pinned Ubuntu version. Downstream builds which are using macOS and Windows may want to pin versions for those too for similar...
Log an actionable warning/error when build is configured to CI publish snapshots to Sonatype Central
Spinning out of https://github.com/typelevel/sbt-typelevel/pull/739#discussion_r1746518728. When all of the following are true: 1. `tlUntaggedAreSnapshots == true` 2. `sonatypeCredentialHost == "central.sonatype.com"` 3. `tlCiReleaseBranches.size > 0` The build is "invalid" because it is...
## About this PR 📦 Updates [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml/src) from `1.33` to `2.3` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...
I've found `prePR` to be a nice handy alias, but a little clumsy to extend. My team has been doing something similar for a while, but did a command alias...
Currently it is copied out of a secret. https://github.com/typelevel/sbt-typelevel/blob/47bb6564aa064893666612f2c2436dcfb3b7e78c/.github/workflows/ci.yml#L391 Spun out of https://github.com/typelevel/sbt-typelevel/issues/730#issuecomment-2269663821.
The changes associated with this flag have the unfortunate effect that for some projects (like Laika) **both** sticking with the old `Xsource:3` **or** switching to the new `Xsource:3-cross` can lead...