Skip to content

v0.4.4

Compare
Choose a tag to compare
@armanbilge armanbilge released this 10 Feb 14:12
· 489 commits to series/0.4 since this release
d220966

This is the fifth release in the 0.4.x series of sbt-typelevel. It is binary- and source-compatible with previous releases in this series.

Notable changes

  • The value of ThisBuild / scalaVersion is now consistently used as the default Scala (e.g. for generating the docs/site). It defaults to the last value of ThisBuild / crossScalaVersions. #118
  • A new env variable/secret SONATYPE_CREDENTIAL_HOST. Set this secret to s01.oss.sonatype.org for a repo or an entire GitHub org to switch publishing without changing a single build. Note: you will have to request that Sonatype moves you to their new infrastructure before this will work. #128
  • Better error-handling and docs for the base version. #125, #136, #157

User-facing PRs

New Contributors

Full Changelog: v0.4.3...v0.4.4