Skip to content

5.11.0

Latest

Choose a tag to compare

@eed3si9n eed3si9n released this 12 Sep 03:19
· 38 commits to main since this release
v5.11.0
35d0606

sbt-header 5.11.0 is cross published to:

sbt Version Published
1.x
2.x

about sbt-header

sbt-header is an sbt plugin, originally developed in 2015 by Heiko Seeberger, to generate file headers, e.g. copyright headers.

Note: sbt-header 5.11.0 is published to Maven Central under a new organization name com.github.sbt:

addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")

sbt 2.x migration

  • refactor: Remove final modifier from object by @xuwei-k in #325
  • refactor: Avoid scala.collection.breakOut by @xuwei-k in #326
  • refactor: Use new slash syntax in test by @xuwei-k in #327
  • refactor: Avoid deprecated java.net.URL constructor by @xuwei-k in #328
  • refactor: Compile with -Xsource:3 to prep for Scala 3 by @eed3si9n in #348
  • Cross build to sbt 2.x by @eed3si9n in #349

other updates

behind the scene

New Contributors

Full Changelog: v5.10.0...v5.11.0