Skip to content

0.10.0

Latest
Compare
Choose a tag to compare
@mkurz mkurz released this 22 Apr 18:55
· 20 commits to main since this release
v0.10.0
01c87a7

Breaking changes

  • Drop support for Java 8, requires Java 11 now.
  • Google's google-java-format was upgraded from version 1.7 to 1.24.0

If you still need support for Java 8 you can keep using version 0.9.0.

Noteworthy

With the previous 0.9.0 release 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

  • Upgrade google formatter to v1.24.0 - the last version supporting Java 11 by @mkurz in #218
  • Remove setup scala by @mkurz in #222

Full Changelog: v0.9.0...v0.10.0