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 df79c26 commit 7d3d904Copy full SHA for 7d3d904
1 file changed
build.sbt
@@ -30,6 +30,11 @@ ThisBuild / githubWorkflowPublishPreamble +=
30
31
ThisBuild / githubWorkflowPublish := Seq(WorkflowStep.Sbt(List("release")))
32
33
+ThisBuild / homepage := Some(url("https://github.com/typelevel/scalacheck-effect"))
34
+
35
+ThisBuild / scmInfo := Some(ScmInfo(url("https://github.com/typelevel/scalacheck-effect"),
36
+ "git@github.com:typelevel/scalacheck-effect.git"))
37
38
lazy val root = project.in(file("."))
39
.aggregate(core.jvm, core.js, munit.jvm, munit.js)
40
.settings(noPublishSettings)
0 commit comments