From 740d9146d882ee9d7c930d7e2bbbfc89cd42764b Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Sun, 28 Jan 2024 11:28:51 +1100 Subject: [PATCH] Add developer information --- build.sbt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build.sbt b/build.sbt index 5374b05..272f549 100644 --- a/build.sbt +++ b/build.sbt @@ -14,6 +14,15 @@ licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0" startYear := Some(2018) +ThisBuild / developers := List( + Developer( + "sbt-pull-request-validator", + "Sbt Pull Request Validator Contributors", + "", + url("https://github.com/sbt/sbt-pull-request-validator/graphs/contributors") + ) +) + // https://mvnrepository.com/artifact/org.kohsuke/github-api libraryDependencies += "org.kohsuke" % "github-api" % "1.314"