Skip to content

Commit

Permalink
Added homepage info for Sonatype
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Nov 19, 2019
1 parent 986f362 commit f58d87a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,11 @@ ThisBuild / organization := "com.codecommit"
ThisBuild / publishGithubUser := "djspiewak"
ThisBuild / publishFullName := "Daniel Spiewak"

ThisBuild / homepage := Some(url("https://github.com/djspiewak/skolems"))

ThisBuild / scmInfo := Some(
ScmInfo(
url("https://github.com/djspiewak/skolems"),
"git@github.com:djspiewak/skolems.git"))

scalacOptions -= "-Ywarn-dead-code"

0 comments on commit f58d87a

Please sign in to comment.