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.
developers
List
1 parent b5e791a commit 5cf64c0Copy full SHA for 5cf64c0
docs/index.md
@@ -50,7 +50,7 @@ ThisBuild / tlBaseVersion := "0.4" // your current series x.y
50
ThisBuild / organization := "org.typelevel"
51
ThisBuild / organizationName := "Typelevel"
52
ThisBuild / licenses := Seq(License.Apache2)
53
-ThisBuild / developers := Seq(
+ThisBuild / developers := List(
54
// your GitHub handle and name
55
tlGitHubDev("armanbilge", "Arman Bilge")
56
)
0 commit comments