From 24afac6629d3b3041ae95c1197cb8205b0b4aeb8 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Tue, 1 Oct 2019 09:01:33 +0200 Subject: [PATCH] Define ScmInfo (#27817) * it was previously added by sbt-git, but we removed that plugin --- project/AkkaBuild.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/AkkaBuild.scala b/project/AkkaBuild.scala index 69747e3e0b..4c67c3f28e 100644 --- a/project/AkkaBuild.scala +++ b/project/AkkaBuild.scala @@ -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 :=