Skip to content

Commit 7979c2e

Browse files
committed
Add homepage to build.sbt
1 parent fcfe6cf commit 7979c2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ThisBuild / organizationName := "Rally Health"
1111
ThisBuild / scmInfo := Some(
1212
ScmInfo(url("https://github.com/rallyhealth/scalacheck-ops"), "scm:git:git@github.com:rallyhealth/scalacheck-ops.git")
1313
)
14+
ThisBuild / homepage := Some(url("https://github.com/rallyhealth/scalacheck-ops"))
1415
ThisBuild / versionScheme := Some("early-semver")
1516
ThisBuild / licenses := Seq("MIT" -> url("https://opensource.org/licenses/MIT"))
1617

0 commit comments

Comments
 (0)