Skip to content

Commit 29b4f26

Browse files
committed
Add startYear to example build
1 parent a12f44f commit 29b4f26

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
@@ -49,6 +49,7 @@ ThisBuild / tlBaseVersion := "0.4" // your current series x.y
4949

5050
ThisBuild / organization := "org.typelevel"
5151
ThisBuild / organizationName := "Typelevel"
52+
ThisBuild / startYear := Some(2022)
5253
ThisBuild / licenses := Seq(License.Apache2)
5354
ThisBuild / developers := List(
5455
// your GitHub handle and name

0 commit comments

Comments
 (0)