Skip to content

Commit

Permalink
Merge pull request #68 from sbt/add_homepage
Browse files Browse the repository at this point in the history
Add homepage needed for publishing
  • Loading branch information
mkurz authored Jan 17, 2024
2 parents 5355427 + d48b40b commit 36ca21e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
lazy val `sbt-multi-jvm` = project in file(".")

homepage := Some(url("https://github.com/sbt/sbt-multi-jvm"))

// Customise sbt-dynver's behaviour to make it work with tags which aren't v-prefixed
ThisBuild / dynverVTagPrefix := true

Expand Down

0 comments on commit 36ca21e

Please sign in to comment.