Skip to content

Commit

Permalink
Bump year in headerLicense
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Jan 8, 2025
1 parent dd75e9e commit 9ca04fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ lazy val metadataSettings = Def.settings(
startYear := Some(2018),
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
scmInfo := Some(ScmInfo(homepage.value.get, s"scm:git:$gitHubUrl.git")),
headerLicense := Some(HeaderLicense.ALv2("2018-2023", "Scala Steward contributors")),
headerLicense := Some(HeaderLicense.ALv2("2018-2025", "Scala Steward contributors")),
developers := List(
Developer(
id = "alejandrohdezma",
Expand Down

0 comments on commit 9ca04fa

Please sign in to comment.