Skip to content

Commit

Permalink
Merge pull request #26 from Kevin-Lee/add-missing-project-info
Browse files Browse the repository at this point in the history
Added: Missing project homepage info for release to Maven Central
  • Loading branch information
kevin-lee committed May 22, 2021
2 parents e260418 + 056e1f2 commit d49297b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
ThisBuild / organization := props.Organization
ThisBuild / scalaVersion := props.ProjectScalaVersion
ThisBuild / developers := List(
Developer("Kevin-Lee", "Kevin Lee", "kevin.code@kevinlee.io", url("https://github.com/Kevin-Lee"))
Developer(props.GitHubUsername, "Kevin Lee", "kevin.code@kevinlee.io", url(s"https://github.com/${props.GitHubUsername}"))
)
ThisBuild / homepage := url(s"https://github.com/${props.GitHubUsername}/${props.RepoName}").some
ThisBuild / scmInfo :=
Some(
ScmInfo(
Expand Down

0 comments on commit d49297b

Please sign in to comment.