Skip to content
Prev Previous commit
Next Next commit
Set copyright year
  • Loading branch information
armanbilge committed Jun 23, 2022
commit 0157cf3359189fad1ef728fe249992766cda54bd
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ThisBuild / tlBaseVersion := "1.1"

ThisBuild / organization := "org.scala-js"
ThisBuild / organizationName := "Scala.js (https://www.scala-js.org/)"

ThisBuild / startYear := Some(2021)
ThisBuild / developers := List(
Developer("djspiewak", "Daniel Spiewak", "@djspiewak", url("https://github.com/djspiewak")),
Developer("armanbilge", "Arman Bilge", "@armanbilge", url("https://github.com/armanbilge")))
Expand Down