Skip to content

Commit

Permalink
Fix Sonatype publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Aug 6, 2020
1 parent df79c26 commit 7d3d904
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ ThisBuild / githubWorkflowPublishPreamble +=

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

ThisBuild / homepage := Some(url("https://github.com/typelevel/scalacheck-effect"))

ThisBuild / scmInfo := Some(ScmInfo(url("https://github.com/typelevel/scalacheck-effect"),
"[email protected]:typelevel/scalacheck-effect.git"))

lazy val root = project.in(file("."))
.aggregate(core.jvm, core.js, munit.jvm, munit.js)
.settings(noPublishSettings)
Expand Down

0 comments on commit 7d3d904

Please sign in to comment.