0.9.0
Breaking changes
The groupId changed from com.lightbend.sbt
to com.github.sbt
:
// new:
addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % ---version---) // starting with v0.9.0
// old:
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % ---version---) // until v0.8.0
The package com.lightbend.sbt
was renamed to com.github.sbt
as well.
What's Changed
- chore: calm down Scala Steward by @ennru in #195
- bump: sbt-pgp 2.3.0 (was 2.1.2) by @scala-steward in #215
- bump: sbt-ci-release 1.9.0 (was 1.5.10) by @scala-steward in #214
- bump: sbt-dynver 5.1.0 (was 4.1.1) by @scala-steward in #213
- bump: scalafmt-core 3.8.3 (was 2.7.5) by @scala-steward in #211
- bump: sbt-header 5.10.0 (was 5.7.0) by @scala-steward in #205
- bump: sbt-scalafmt 2.5.2 (was 2.4.6) by @scala-steward in #207
- bump: sbt, scripted-plugin 1.7.3 (was 1.7.2) by @scala-steward in #199
- fix warning in build.sbt by @xuwei-k in #212
- Update all dependencies + scalafmt by @mkurz in #217
- Move to com.github.sbt organization + cross build to sbt 2.x by @eed3si9n in #219
- Fix formatting by @mkurz in #220
- Remove
publishTo
, we use sbt-ci-release by @mkurz in #221
Full Changelog: v0.8.0...v0.9.0