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 fromobject
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
- ci: Update to sbt 1.11.6 by @eed3si9n in #340
- ci: Add
dependabot.yml
for GitHub Actions update by @xuwei-k in #343 - ci: Run
scalafmtCheck
task in CI by @xuwei-k in #347 - ci: Update sbt-header to 5.10.0 by @scala-steward in #350
- ci: Update scalafmt-core to 3.6.1 by @scala-steward in #351
- deps: Update scalatest to 3.2.19 by @scala-steward in #352
- ci: Run
headerCheckAll
in CI by @xuwei-k in #353
New Contributors
Full Changelog: v5.10.0...v5.11.0