Skip to content

Commit f3a5567

Browse files
authored
Merge pull request #31 from buntec/topic/developers
Add developer info to build
2 parents 7a06119 + d1b13c1 commit f3a5567

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.sbt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ ThisBuild / organization := "io.github.buntec"
77
ThisBuild / organizationName := "buntec"
88
ThisBuild / tlSonatypeUseLegacyHost := false
99

10+
ThisBuild / developers := List(
11+
tlGitHubDev("buntec", "Christoph Bunte"),
12+
tlGitHubDev("armanbilge", "Arman Bilge"),
13+
tlGitHubDev("davesmith00000", "Dave Smith")
14+
)
15+
1016
ThisBuild / githubWorkflowBuildMatrixAdditions += "browser" -> List(
1117
"Chrome",
1218
"Firefox"

0 commit comments

Comments
 (0)