aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE7
1 files changed, 7 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 3486acd04f..897060c1a8 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -95,3 +95,10 @@ new_http_archive(
sha256 = "aa76bb83c38b3f7495516eb08977fc9700c664d7a945ba3ac3c0004a6a8509f2",
build_file = "tools/build_defs/d/dmd.BUILD",
)
+
+new_git_repository(
+ name = "jsonnet",
+ remote = "https://github.com/google/jsonnet.git",
+ tag = "v0.8.0",
+ build_file = "tools/build_defs/jsonnet/jsonnet.BUILD",
+)