We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b1393 commit 0157cf3Copy full SHA for 0157cf3
build.sbt
@@ -28,7 +28,7 @@ ThisBuild / tlBaseVersion := "1.1"
28
29
ThisBuild / organization := "org.scala-js"
30
ThisBuild / organizationName := "Scala.js (https://www.scala-js.org/)"
31
-
+ThisBuild / startYear := Some(2021)
32
ThisBuild / developers := List(
33
Developer("djspiewak", "Daniel Spiewak", "@djspiewak", url("https://github.com/djspiewak")),
34
Developer("armanbilge", "Arman Bilge", "@armanbilge", url("https://github.com/armanbilge")))
0 commit comments