mirror of https://github.com/sbt/sbt.git
Add homepage setting to build
This enables Scala Steward to link to this page, the GitHub release notes and version diff in its pull requests.
This commit is contained in:
parent
9cf5d62edc
commit
82275d07ac
|
|
@ -6,6 +6,7 @@ ThisBuild / version := {
|
|||
else orig
|
||||
}
|
||||
ThisBuild / description := "sbt plugin to define project matrix for cross building"
|
||||
ThisBuild / homepage := Some(url("https://github.com/sbt/sbt-projectmatrix")),
|
||||
ThisBuild / licenses := Seq("MIT License" -> url("https://github.com/sbt/sbt-projectmatrix/blob/master/LICENSE"))
|
||||
|
||||
lazy val root = (project in file("."))
|
||||
|
|
|
|||
Loading…
Reference in New Issue