sbt-header icon indicating copy to clipboard operation
sbt-header copied to clipboard

sbt-header is an sbt plugin for creating file headers, e.g. copyright headers

Results 35 sbt-header issues
Sort by recently updated
recently updated
newest added

Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from 3.2.11 to 3.2.13. [GitHub Release Notes](https://github.com/scalatest/scalatest/releases/tag/release-3.2.13) - [Version Diff](https://github.com/scalatest/scalatest/compare/release-3.2.11...release-3.2.13) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.6.2 to 1.7.1. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.7.1) - [Version Diff](https://github.com/sbt/sbt/compare/v1.6.2...v1.7.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 3.4.3 to 3.5.8. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.5.8) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.4.3...v3.5.8) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [de.heikoseeberger:sbt-header](https://github.com/sbt/sbt-header) from 5.6.5 to 5.7.0. [GitHub Release Notes](https://github.com/sbt/sbt-header/releases/tag/v5.7.0) - [Version Diff](https://github.com/sbt/sbt-header/compare/v5.6.5...v5.7.0) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

We're big fans of `sbt-header` in `sbt-typelevel` and would like to upstream this change that we use in our projects. It is a simple scheme for specifying an optional `headerEndYear`....

Thank you for this plugin! We love it! And we don't want to lose it when JFrog will sunset bintray/jcenter. Can you publish to maven central (or any other public...

I'm trying to upgrade to Sbt 1.0 and from sbt-header version 1.7.0 to 5.0.0 as the same time. I can't run `headerCheck` anymore because it crashes with: ``` sbt:root> headerCreate...

bug

It seems that projects which include code from other code bases will easily break license conditions by using sbt-header because the default behavior is to overwrite the copyright subject with...

I have a custom copyright header with following configuration for my projects: _**headerLicense := Some(HeaderLicense.Custom( """|--------------------------------------------------------------------------------- |... |---------------------------------------------------------------------------------""".stripMargin)) headerMappings := headerMappings.value + (HeaderFileType.scala -> HeaderCommentStyle.cppStyleLineComment) headerEmptyLine := false**_ I have...

I have configured sbt-header to create headers on every compile. With the new sbt 1.3.0-RC3 super shell, which displays actively running tasks, I can see that the `headerCreate` task shows...