Skip to content

Releases: http4s/sbt-http4s-org

v0.14.0

04 Jun 18:13
65068d2
Compare
Choose a tag to compare

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

Full Changelog: v0.13.4...v0.14.0

v0.13.4

02 Jun 15:23
1b00661
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.3...v0.13.4

v0.13.3

26 May 00:35
cf68896
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.2...v0.13.3

v0.13.2

11 Apr 18:55
868c20b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.1...v0.13.2

v0.13.1

27 Mar 20:54
83df753
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0

10 Mar 17:18
e2c730c
Compare
Choose a tag to compare

Notable Changes

This update may change how your site is rendered.

Full Changelog: v0.12.2...v0.13.0

v0.12.2

03 Mar 04:32
05988b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.1...v0.12.2

v0.12.1

16 Feb 22:03
6ceb033
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0

08 Feb 03:25
fccb2c9
Compare
Choose a tag to compare

Notable

Behind the scenes

Full Changelog: v0.11.1...v0.12.0

v0.11.1

28 Jan 22:15
b0b9fba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1