Skip to content

Commit 7d3d904

Browse files
committed
Fix Sonatype publishing
1 parent df79c26 commit 7d3d904

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.sbt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ ThisBuild / githubWorkflowPublishPreamble +=
3030

3131
ThisBuild / githubWorkflowPublish := Seq(WorkflowStep.Sbt(List("release")))
3232

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+
"[email protected]:typelevel/scalacheck-effect.git"))
37+
3338
lazy val root = project.in(file("."))
3439
.aggregate(core.jvm, core.js, munit.jvm, munit.js)
3540
.settings(noPublishSettings)

0 commit comments

Comments
 (0)