We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da72239 commit 740d914Copy full SHA for 740d914
build.sbt
@@ -14,6 +14,15 @@ licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0"
14
15
startYear := Some(2018)
16
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
+
26
// https://mvnrepository.com/artifact/org.kohsuke/github-api
27
libraryDependencies += "org.kohsuke" % "github-api" % "1.314"
28
0 commit comments