We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfe6cf commit 7979c2eCopy full SHA for 7979c2e
build.sbt
@@ -11,6 +11,7 @@ ThisBuild / organizationName := "Rally Health"
11
ThisBuild / scmInfo := Some(
12
ScmInfo(url("https://github.com/rallyhealth/scalacheck-ops"), "scm:git:git@github.com:rallyhealth/scalacheck-ops.git")
13
)
14
+ThisBuild / homepage := Some(url("https://github.com/rallyhealth/scalacheck-ops"))
15
ThisBuild / versionScheme := Some("early-semver")
16
ThisBuild / licenses := Seq("MIT" -> url("https://opensource.org/licenses/MIT"))
17
0 commit comments