Skip to content

Commit

Permalink
Merge pull request #28 from typelevel/pr/startyear
Browse files Browse the repository at this point in the history
Add `startYear` setting
  • Loading branch information
valencik authored Jun 22, 2022
2 parents 67119af + 1b28a86 commit e32979d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ThisBuild / tlBaseVersion := "0.0" // your current series x.y

ThisBuild / organization := "$organization$"
ThisBuild / organizationName := "$organization_name$"
ThisBuild / startYear := Some(2022)
ThisBuild / licenses := Seq(License.Apache2)
ThisBuild / developers := List(
// your GitHub handle and name
Expand Down

0 comments on commit e32979d

Please sign in to comment.