Skip to content

0.9.0

Compare
Choose a tag to compare
@mkurz mkurz released this 22 Apr 18:50
· 43 commits to main since this release
v0.9.0
531e616

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

Full Changelog: v0.8.0...v0.9.0