diff --git a/annex_install.json b/annex_install.json index 013e75f3..d3a135ed 100644 --- a/annex_install.json +++ b/annex_install.json @@ -1,8 +1,8 @@ { "dependency_tree": { "__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL", - "__INPUT_ARTIFACTS_HASH": 82824215, - "__RESOLVED_ARTIFACTS_HASH": 963383253, + "__INPUT_ARTIFACTS_HASH": 438572563, + "__RESOLVED_ARTIFACTS_HASH": -1964524394, "conflict_resolution": {}, "dependencies": [ { @@ -2596,32 +2596,6 @@ "sha256": "c5c53ba31a9f891988f9e21595e8728956be22d9ab9442e140840d0a73be8261", "url": "https://repo.maven.apache.org/maven2/com/lihaoyi/sourcecode_2.12/0.1.4/sourcecode_2.12-0.1.4-sources.jar" }, - { - "coord": "com.lihaoyi:sourcecode_2.13:0.2.7", - "dependencies": [], - "directDependencies": [], - "file": "v1/https/repo.maven.apache.org/maven2/com/lihaoyi/sourcecode_2.13/0.2.7/sourcecode_2.13-0.2.7.jar", - "mirror_urls": [ - "https://repo.maven.apache.org/maven2/com/lihaoyi/sourcecode_2.13/0.2.7/sourcecode_2.13-0.2.7.jar", - "https://maven-central.storage-download.googleapis.com/maven2/com/lihaoyi/sourcecode_2.13/0.2.7/sourcecode_2.13-0.2.7.jar", - "https://mirror.bazel.build/repo1.maven.org/maven2/com/lihaoyi/sourcecode_2.13/0.2.7/sourcecode_2.13-0.2.7.jar" - ], - "sha256": "a639a90e2d21bbafd8a5e213c65442aad200ee086951605cbda8835bc6ef11d3", - "url": "https://repo.maven.apache.org/maven2/com/lihaoyi/sourcecode_2.13/0.2.7/sourcecode_2.13-0.2.7.jar" - }, - { - "coord": "com.lihaoyi:sourcecode_2.13:jar:sources:0.2.7", - "dependencies": [], - "directDependencies": [], - "file": "v1/https/repo.maven.apache.org/maven2/com/lihaoyi/sourcecode_2.13/0.2.7/sourcecode_2.13-0.2.7-sources.jar", - "mirror_urls": [ - "https://repo.maven.apache.org/maven2/com/lihaoyi/sourcecode_2.13/0.2.7/sourcecode_2.13-0.2.7-sources.jar", - "https://maven-central.storage-download.googleapis.com/maven2/com/lihaoyi/sourcecode_2.13/0.2.7/sourcecode_2.13-0.2.7-sources.jar", - "https://mirror.bazel.build/repo1.maven.org/maven2/com/lihaoyi/sourcecode_2.13/0.2.7/sourcecode_2.13-0.2.7-sources.jar" - ], - "sha256": "e4cae365cd26b19ffb1491472cbc91ed853bb2a1cbbcc8176d0187affebd8bbe", - "url": "https://repo.maven.apache.org/maven2/com/lihaoyi/sourcecode_2.13/0.2.7/sourcecode_2.13-0.2.7-sources.jar" - }, { "coord": "com.lmax:disruptor:3.4.2", "dependencies": [], diff --git a/rules/scala/workspace.bzl b/rules/scala/workspace.bzl index 7d0a35b1..7f7cd8d0 100644 --- a/rules/scala/workspace.bzl +++ b/rules/scala/workspace.bzl @@ -18,7 +18,6 @@ scalapb_version = "0.11.17" def scala_artifacts(): return [ "ch.epfl.scala:bloop-frontend_2.12:1.0.0", - "com.lihaoyi:sourcecode_2.13:0.2.7,", "com.thesamet.scalapb:lenses_2.13:{}".format(scalapb_version), "com.thesamet.scalapb:scalapb-runtime_2.13:{}".format(scalapb_version), "net.sourceforge.argparse4j:argparse4j:0.8.1", diff --git a/src/main/scala/higherkindness/rules_scala/workers/zinc/compile/BUILD b/src/main/scala/higherkindness/rules_scala/workers/zinc/compile/BUILD index 72c9ce65..4065f95b 100644 --- a/src/main/scala/higherkindness/rules_scala/workers/zinc/compile/BUILD +++ b/src/main/scala/higherkindness/rules_scala/workers/zinc/compile/BUILD @@ -7,9 +7,6 @@ scala_binary( main_class = "higherkindness.rules_scala.workers.zinc.compile.ZincRunner", scala = "//src/main/scala:bootstrap", visibility = ["//visibility:public"], - runtime_deps = [ - "@annex//:com_lihaoyi_sourcecode_2_13", - ], deps = [ "//src/main/scala/higherkindness/rules_scala/common/error", "//src/main/scala/higherkindness/rules_scala/common/interrupt",