aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE9
1 files changed, 9 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 4bb08eda15..ebe5700f2f 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -43,3 +43,12 @@ bind(
# actual = "@androidndk//:files",
actual = "//:dummy",
)
+
+# only used for the scala rule
+new_http_archive(
+ name = "scala",
+ strip_prefix = "scala-2.11.7",
+ sha256 = "ffe4196f13ee98a66cf54baffb0940d29432b2bd820bd0781a8316eec22926d0",
+ url = "http://downloads.typesafe.com/scala/2.11.7/scala-2.11.7.tgz",
+ build_file = "tools/build_defs/scala/scala.BUILD",
+)