sbt-typelevel
sbt-typelevel copied to clipboard
Let sbt work for you.
First demoed this idea in https://github.com/http4s/http4s-jdk-http-client/pull/582. ```html ``` Which itself was grabbed from this gist: https://gist.github.com/domenic/1f286d415559b56d725bee51a62c24a7
See https://github.com/lampepfl/dotty/releases/tag/3.1.2-RC2 Annoying follow-up to https://github.com/typelevel/sbt-typelevel/pull/170 :) cc @vasilmkd I believe the old settings are kept for backwards-compatibility of course, so should be fine. Not sure if it issues any...
If we add it to the theme, users get it for free while still being able to override it themselves. https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site
As @djspiewak says: > basically `ci` isn't needed all that often, but when you do need it, you _really_ need it > at least I've never worked on any long-lived...
If you break bincompat without bumping your base version, MiMa will stop you in your tracks. But, if you take on a breaking version bump in a dependency without otherwise...
It works once, then the preview server shuts down.
I think there are some good ones in sbt-spiewak we can adapt. Haven't checked the davenverse.
This is another good idea h/t @bblfish. The reason for this change is that the matrix axes for the different platforms are fundamentally different: - JVM projects generally want to...
https://github.com/typelevel/governance/issues/34#issuecomment-1256802346
It would make pull requests easier to read if the list of artifacts compressed by `tar` were chopped down. See [this example](https://github.com/rallyhealth/scalacheck-ops/pull/62/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fL42-R91) of a workflow that was converted to hand-written...