Skip to content

Commit d156996

Browse files
authored
Merge pull request #314 from valencik/add-startYear
Add startYear to example build
2 parents c810fa9 + 29b4f26 commit d156996

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ ThisBuild / tlBaseVersion := "0.4" // your current series x.y
7171

7272
ThisBuild / organization := "org.typelevel"
7373
ThisBuild / organizationName := "Typelevel"
74+
ThisBuild / startYear := Some(2022)
7475
ThisBuild / licenses := Seq(License.Apache2)
7576
ThisBuild / developers := List(
7677
// your GitHub handle and name

0 commit comments

Comments
 (0)