Skip to content
This repository was archived by the owner on Feb 27, 2021. It is now read-only.

Commit 90a8c15

Browse files
committed
Apparently sonatype now requires some extra information in the pom
1 parent ce70ac0 commit 90a8c15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ ThisBuild / organization := "com.codecommit"
3131
ThisBuild / publishGithubUser := "djspiewak"
3232
ThisBuild / publishFullName := "Daniel Spiewak"
3333

34-
ThisBuild / scmInfo := Some(ScmInfo(url("https://github.com/djspiewak/shims"),
34+
ThisBuild / homepage := Some(url("https://github.com/djspiewak/shims"))
35+
ThisBuild / scmInfo := Some(ScmInfo(homepage.value.get,
3536
"git@github.com:djspiewak/shims.git"))
3637

3738
val CatsVersion = "1.5.0"

0 commit comments

Comments
 (0)