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.
2 parents 7a06119 + d1b13c1 commit f3a5567Copy full SHA for f3a5567
build.sbt
@@ -7,6 +7,12 @@ ThisBuild / organization := "io.github.buntec"
7
ThisBuild / organizationName := "buntec"
8
ThisBuild / tlSonatypeUseLegacyHost := false
9
10
+ThisBuild / developers := List(
11
+ tlGitHubDev("buntec", "Christoph Bunte"),
12
+ tlGitHubDev("armanbilge", "Arman Bilge"),
13
+ tlGitHubDev("davesmith00000", "Dave Smith")
14
+)
15
+
16
ThisBuild / githubWorkflowBuildMatrixAdditions += "browser" -> List(
17
"Chrome",
18
"Firefox"
0 commit comments