From 98aa735fdaca71484368a18dea8237e572ac88d7 Mon Sep 17 00:00:00 2001 From: Oscar Boykin Date: Tue, 3 Oct 2017 16:14:07 -1000 Subject: [PATCH] use the new way to set the scmInfo --- build.sbt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build.sbt b/build.sbt index e4c8f2a7f..106a1c051 100644 --- a/build.sbt +++ b/build.sbt @@ -117,6 +117,13 @@ val sharedSettings = scalariformSettings(autoformat = true) ++ Seq( Opts.resolver.sonatypeStaging ), + scmInfo := Some( + ScmInfo( + url("https://github.com/twitter/algebird"), + "scm:git@github.com:twitter/algebird.git" + ) + ), + pomExtra := ( https://github.com/twitter/algebird