Skip to content

Commit

Permalink
Add missing homepage setting, required for publishing to Central (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Dal-Pra authored Apr 27, 2022
1 parent 454db23 commit 1670ca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ inThisBuild(
crossScalaVersions := List(scalaVersion.value, "3.1.2"),
versionScheme := Some("semver-spec"),
organization := "com.stuart",
homepage := Some(url("https://github.com/StuartApp/zcaffeine")),
licenses := List(License.Apache2),
developers := devs,
sonatypeCredentialHost := "s01.oss.sonatype.org",
Expand Down

0 comments on commit 1670ca4

Please sign in to comment.