Skip to content

Commit

Permalink
use the new way to set the scmInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnynek committed Oct 4, 2017
1 parent 22183fb commit 98aa735
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 @@ -117,6 +117,13 @@ val sharedSettings = scalariformSettings(autoformat = true) ++ Seq(
Opts.resolver.sonatypeStaging
),

scmInfo := Some(
ScmInfo(
url("https://github.com/twitter/algebird"),
"scm:[email protected]:twitter/algebird.git"
)
),

pomExtra := (
<url>https://github.com/twitter/algebird</url>
<licenses>
Expand Down

0 comments on commit 98aa735

Please sign in to comment.