Skip to content

Commit

Permalink
Added pom configs for sonatype
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Jun 15, 2021
1 parent 6205bd9 commit fcb4b54
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ ThisBuild / baseVersion := "0.1"
ThisBuild / organization := "org.typelevel"
ThisBuild / organizationName := "Typelevel"

ThisBuild / homepage := Some(url("https://github.com/typelevel/cats-effect-cps"))
ThisBuild / scmInfo := Some(
ScmInfo(
url("https://github.com/typelevel/cats-effect-cps"),
"scm:[email protected]:typelevel/cats-effect-cps.git"))

ThisBuild / developers := List(
Developer("djspiewak", "Daniel Spiewak", "@djspiewak", url("https://github.com/djspiewak")),
Developer("baccata", "Olivier Melois", "@baccata", url("https://github.com/baccata")))
Expand Down

0 comments on commit fcb4b54

Please sign in to comment.