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

Commit

Permalink
Apparently sonatype now requires some extra information in the pom
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Jan 14, 2019
1 parent ce70ac0 commit 90a8c15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Expand Up @@ -31,7 +31,8 @@ ThisBuild / organization := "com.codecommit"
ThisBuild / publishGithubUser := "djspiewak"
ThisBuild / publishFullName := "Daniel Spiewak"

ThisBuild / scmInfo := Some(ScmInfo(url("https://github.com/djspiewak/shims"),
ThisBuild / homepage := Some(url("https://github.com/djspiewak/shims"))
ThisBuild / scmInfo := Some(ScmInfo(homepage.value.get,
"git@github.com:djspiewak/shims.git"))

val CatsVersion = "1.5.0"
Expand Down

0 comments on commit 90a8c15

Please sign in to comment.