Skip to content

Commit 5cf64c0

Browse files
authored
Apparently developers is a List
1 parent b5e791a commit 5cf64c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ThisBuild / tlBaseVersion := "0.4" // your current series x.y
5050
ThisBuild / organization := "org.typelevel"
5151
ThisBuild / organizationName := "Typelevel"
5252
ThisBuild / licenses := Seq(License.Apache2)
53-
ThisBuild / developers := Seq(
53+
ThisBuild / developers := List(
5454
// your GitHub handle and name
5555
tlGitHubDev("armanbilge", "Arman Bilge")
5656
)

0 commit comments

Comments
 (0)