Skip to content

Commit 2237785

Browse files
authored
Merge pull request #92 from input-output-hk/fix-scmurl-pom
add scmInfo URL (for sonatype);
2 parents ffcdb03 + f74921f commit 2237785

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build.sbt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,13 @@ lazy val commonSettings = Seq(
2727
<name>Alexander Chepurnoy</name>
2828
<url>http://chepurnoy.org/</url>
2929
</developer>
30-
</developers>
30+
</developers>,
31+
scmInfo := Some(
32+
ScmInfo(
33+
url("https://github.com/input-output-hk/scrypto"),
34+
"scm:[email protected]:input-output-hk/scrypto.git"
35+
)
36+
),
3137
)
3238

3339
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)