We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffcdb03 + f74921f commit 2237785Copy full SHA for 2237785
build.sbt
@@ -27,7 +27,13 @@ lazy val commonSettings = Seq(
27
<name>Alexander Chepurnoy</name>
28
<url>http://chepurnoy.org/</url>
29
</developer>
30
- </developers>
+ </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
+ ),
37
)
38
39
libraryDependencies ++= Seq(
0 commit comments