Skip to content

Commit

Permalink
Merge pull request #31 from mdedetrich/add-developer-information
Browse files Browse the repository at this point in the history
Add developer information
  • Loading branch information
mkurz authored Jan 28, 2024
2 parents da72239 + 740d914 commit 2c0bb9f
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 2c0bb9f

Please sign in to comment.