Skip to content

Commit 2c0bb9f

Browse files
authored
Merge pull request #31 from mdedetrich/add-developer-information
Add developer information
2 parents da72239 + 740d914 commit 2c0bb9f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build.sbt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0"
1414

1515
startYear := Some(2018)
1616

17+
ThisBuild / developers := List(
18+
Developer(
19+
"sbt-pull-request-validator",
20+
"Sbt Pull Request Validator Contributors",
21+
"",
22+
url("https://github.com/sbt/sbt-pull-request-validator/graphs/contributors")
23+
)
24+
)
25+
1726
// https://mvnrepository.com/artifact/org.kohsuke/github-api
1827
libraryDependencies += "org.kohsuke" % "github-api" % "1.314"
1928

0 commit comments

Comments
 (0)