Skip to content

Releases: http4s/sbt-http4s-org

v0.14.8

14 Nov 23:46
cc02883
Compare
Choose a tag to compare

What's Changed

  • Update scalafmt-core to 3.6.0 by @http4s-steward in #182
  • Add Scala Native suppresion of unused deps by @ybasket in #183
  • Pin scala-native version by @armanbilge in #184
  • Update sbt to 1.7.3 by @http4s-steward in #185
  • Update scalafmt-core to 3.6.1 by @http4s-steward in #186
  • Update sbt to 1.8.0 by @http4s-steward in #187
  • Update sbt-typelevel, ... to 0.4.17 by @http4s-steward in #188

New Contributors

Full Changelog: v0.14.7...v0.14.8

v0.14.7

13 Oct 00:06
363f5e9
Compare
Choose a tag to compare

What's Changed

  • Update sbt to 1.7.2 by @http4s-steward in #180
  • Update sbt-typelevel, ... to 0.4.16 by @http4s-steward in #181

Full Changelog: v0.14.6...v0.14.7

v0.14.6

21 Sep 14:17
c887e3e
Compare
Choose a tag to compare

What's Changed

  • Update http4s-scalafix-internal to 0.23.16 by @http4s-steward in #176
  • Update scala-library to 2.12.17 by @http4s-steward in #177
  • Update sbt-typelevel, ... to 0.4.15 by @http4s-steward in #178
  • Add the http4s-curl backend by @armanbilge in #179

Full Changelog: v0.14.5...v0.14.6

v0.14.5

16 Sep 03:03
dee53b5
Compare
Choose a tag to compare

What's Changed

  • Update http4s-scalafix-internal to 0.23.14 by @http4s-steward in #171
  • Update scalafmt-core to 3.5.9 by @http4s-steward in #172
  • Add dropwizard & prometheus libs to the related projects by @danicheg in #173
  • Update http4s-scalafix-internal to 0.23.15 by @http4s-steward in #174
  • Update sbt-typelevel, ... to 0.4.14 by @http4s-steward in #175

Full Changelog: v0.14.4...v0.14.5

v0.14.4

16 Jul 20:35
ccc7922
Compare
Choose a tag to compare

What's Changed

  • Update scala-library to 2.12.16 by @http4s-steward in #165
  • Update http4s-scalafix-internal to 0.23.13 by @http4s-steward in #167
  • Update sbt to 1.7.1 by @http4s-steward in #169
  • Update sbt-typelevel, ... to 0.4.13 by @http4s-steward in #170

Full Changelog: v0.14.3...v0.14.4

v0.14.3

10 Jun 20:19
b3b6c89
Compare
Choose a tag to compare

What's Changed

  • Update sbt-typelevel, ... to 0.4.12 by @http4s-steward in #166

New Contributors

  • @http4s-steward made their first contribution in #166

Full Changelog: v0.14.2...v0.14.3

v0.14.2

05 Jun 22:22
c05b6d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.1...v0.14.2

v0.14.1

05 Jun 00:43
e6fc9e6
Compare
Choose a tag to compare

This release fixes a bug in v0.14.0. Please see the release notes for v0.14.0 for directions how to upgrade.
https://github.com/http4s/sbt-http4s-org/releases/tag/v0.14.0

What's Changed

Full Changelog: v0.14.0...v0.14.1

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