Skip to content

Commit

Permalink
Set startYear in ThisBuild to mollify sbt-header
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Jun 4, 2024
1 parent d79ebda commit 7521da1
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 @@ -7,6 +7,7 @@ ThisBuild / developers := List(
// your GitHub handle and name
tlGitHubDev("rossabaker", "Ross A. Baker")
)
ThisBuild / startYear := Some(2014)

// publish website from this branch
ThisBuild / tlSitePublishBranch := Some("main")
Expand Down Expand Up @@ -38,7 +39,6 @@ lazy val jettyServer = project
.settings(
name := "http4s-jetty-server",
description := "Jetty implementation for http4s servers",
startYear := Some(2014),
libraryDependencies ++= Seq(
"org.eclipse.jetty" % "jetty-client" % jettyVersion % Test,
"org.eclipse.jetty" % "jetty-servlet" % jettyVersion,
Expand Down

0 comments on commit 7521da1

Please sign in to comment.