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 7a06119 commit d1b13c1Copy full SHA for d1b13c1
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