Define ScmInfo (#27817)

* it was previously added by sbt-git, but we removed that plugin
This commit is contained in:
Patrik Nordwall 2019-10-01 09:01:33 +02:00 committed by Arnout Engelen
parent 71e1978d64
commit 24afac6629

View file

@ -160,7 +160,7 @@ object AkkaBuild {
licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html"))),
homepage := Some(url("https://akka.io/")),
description := "Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala.",
scmInfo := Some(ScmInfo(url("https://github.com/akka/akka"), "git@github.com:akka/akka.git")),
apiURL := Some(url(s"https://doc.akka.io/api/akka/${version.value}")),
initialCommands :=