Releases: http4s/sbt-http4s-org
Releases · http4s/sbt-http4s-org
v0.14.0
This release rolls out a Scalafix integration, which will probably break your build in CI. Here's how to unbreak it.
Add a .scalafix.conf
file to your repo. For example, this is the configuration in http4s/http4s:
rules = [
Http4sFs2Linters
Http4sGeneralLinters
Http4sUseLiteralsSyntax
LeakingImplicitClassVal
ExplicitResultTypes
OrganizeImports
]
triggered.rules = [
Http4sFs2Linters
Http4sGeneralLinters
Http4sUseLiteralsSyntax
LeakingImplicitClassVal
]
Then, run scalafixAll
, fix as needed, and commit the changes.
What's Changed
- Add scalafix integration by @armanbilge in #159
- Don't check scalafixes on Scala 3 by @armanbilge in #161
- Set
scalafixScalaBinaryVersion
by @armanbilge in #162
Full Changelog: v0.13.4...v0.14.0
v0.13.4
What's Changed
- Update to sbt-typelevel 0.4.10 by @armanbilge in #158
Full Changelog: v0.13.3...v0.13.4
v0.13.3
What's Changed
- Update scalafmt-core to 3.5.2 by @scala-steward in #151
- Update scalafmt-core to 3.5.3 by @scala-steward in #156
- Add more related projects by @rossabaker in #157
Full Changelog: v0.13.2...v0.13.3
v0.13.2
What's Changed
- Update sbt-typelevel, sbt-typelevel-site to 0.4.9 by @scala-steward in #150
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
- Update sbt-typelevel, sbt-typelevel-site to 0.4.7 by @scala-steward in #146
Full Changelog: v0.13.0...v0.13.1
v0.13.0
Notable Changes
This update may change how your site is rendered.
- Remove custom website template, add more logos by @armanbilge in #144
- Remove CSS hack by @armanbilge in #145
Full Changelog: v0.12.2...v0.13.0
v0.12.2
What's Changed
- Update sbt-typelevel, sbt-typelevel-site to 0.4.6 by @scala-steward in #142
- Create http4s Laika/Helium theme by @armanbilge in #143
Full Changelog: v0.12.1...v0.12.2
v0.12.1
What's Changed
- Update scalafmt-core to 3.4.3 by @scala-steward in #141
- Update sbt-typelevel, sbt-typelevel-site to 0.4.5 by @scala-steward in #139
Full Changelog: v0.12.0...v0.12.1
v0.12.0
Notable
- Switch publishing to
s01.oss.sonatype.org
by @armanbilge in #135
Behind the scenes
- Update scalafmt-core to 3.4.0 by @scala-steward in #133
- Update sbt to 1.6.2 by @scala-steward in #134
- Update scalafmt-core to 3.4.1 by @scala-steward in #136
- Update scalafmt-core to 3.4.2 by @scala-steward in #137
Full Changelog: v0.11.1...v0.12.0
v0.11.1
What's Changed
- Update sbt-typelevel, sbt-typelevel-site to 0.4.3 by @scala-steward in #132
Full Changelog: v0.11.0...v0.11.1