Set useful description in sbt setting (#27059)

This commit is contained in:
Enno 2019-06-02 13:42:01 +02:00 committed by GitHub
parent 89544bcab1
commit c5e9b5918c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,6 +149,7 @@ object AkkaBuild {
licenses := Seq(("Apache License, Version 2.0", url("http://www.apache.org/licenses/LICENSE-2.0"))),
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.",
apiURL := Some(url(s"https://doc.akka.io/api/akka/${version.value}")),