Skip to content

Commit 98aa735

Browse files
committed
use the new way to set the scmInfo
1 parent 22183fb commit 98aa735

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.sbt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@ val sharedSettings = scalariformSettings(autoformat = true) ++ Seq(
117117
Opts.resolver.sonatypeStaging
118118
),
119119

120+
scmInfo := Some(
121+
ScmInfo(
122+
url("https://github.com/twitter/algebird"),
123+
"scm:[email protected]:twitter/algebird.git"
124+
)
125+
),
126+
120127
pomExtra := (
121128
<url>https://github.com/twitter/algebird</url>
122129
<licenses>

0 commit comments

Comments
 (0)