summaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-13 10:07:06 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-13 10:07:06 -0700
commit0fea70b4d9e6c0fd95420893607f462c7308e490 (patch)
tree611b4a6c86f736642be314f09afd3d114d371206 /WORKSPACE
parentcbe051a09c19f868b7682477755011ec681ce6cb (diff)
Works with Bazel 0.24.1 and Bazel 0.25.2!
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE5
1 files changed, 5 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 4239c71..780b3c4 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -3,6 +3,11 @@ workspace(name = "upb")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
+load(":repository_defs.bzl", "bazel_version_repository")
+
+bazel_version_repository(
+ name = "bazel_version"
+)
http_archive(
name = "lua",
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback