Remove ls.implicit.ly metadata (#30902)

This commit is contained in:
Arnout Engelen 2021-11-18 12:14:27 +01:00 committed by GitHub
parent a2b7527c64
commit bcc9c66237
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,18 +0,0 @@
{
"organization":"com.typesafe.akka",
"name":"akka",
"version":"2.0",
"description":"Akka is the platform for the next generation of event-driven, scalable and fault-tolerant architectures on the JVM.",
"site":"http://akka.io",
"tags":["actors","stm","concurrency","distributed","fault-tolerance","scala","java","futures","dataflow","remoting"],
"docs":"http://akka.io/docs",
"licenses": [{
"name": "Apache 2",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}],
"resolvers": ["http://repo.typesafe.com/typesafe/releases"],
"dependencies": [],
"scalas": ["2.9.1-1"],
"sbt": false
}