From bcc9c6623795ca2b898e1eed009edcee6e2b0338 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Thu, 18 Nov 2021 12:14:27 +0100 Subject: [PATCH] Remove ls.implicit.ly metadata (#30902) --- src/main/ls/2.0.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/main/ls/2.0.json diff --git a/src/main/ls/2.0.json b/src/main/ls/2.0.json deleted file mode 100644 index 29a2640ad3..0000000000 --- a/src/main/ls/2.0.json +++ /dev/null @@ -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 -} \ No newline at end of file