Skip to content

Commit

Permalink
Add developer information
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Jan 28, 2024
1 parent da72239 commit 740d914
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 740d914

Please sign in to comment.