Skip to content

Commit

Permalink
fix header gen
Browse files Browse the repository at this point in the history
  • Loading branch information
ValdemarGr committed Dec 28, 2024
1 parent 7709f5d commit 389a193
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ ThisBuild / mimaReportSignatureProblems := false
ThisBuild / mimaFailOnProblem := false
ThisBuild / mimaPreviousArtifacts := Set.empty

ThisBuild / licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0"))
ThisBuild / licenses := Seq(License.Apache2)
ThisBuild / developers := List(
Developer("valdemargr", "Valdemar Grange", "[email protected]", url("https://github.com/valdemargr"))
)
ThisBuild / headerLicense := Some(HeaderLicense.Custom("Copyright (c) 2024 Valdemar Grange"))
ThisBuild / headerEmptyLine := false

ThisBuild / startYear := Some(2024)

lazy val sharedSettings = Seq(
organization := "io.github.valdemargr",
organizationName := "Valdemar Grange",
Expand Down

0 comments on commit 389a193

Please sign in to comment.