From 4d8b8ad37291aa1c747054c8bb49477e3af6beec Mon Sep 17 00:00:00 2001 From: Rado Kirov Date: Tue, 10 Jul 2018 14:21:00 -0700 Subject: [PATCH] build(bazel): Undo temporary dependency on unleased TS bazel rules (#24826) Point to a proper new release version 0.15.1. PR Close #24826 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 48dc7cad02..ef86aed344 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -20,9 +20,9 @@ http_archive( http_archive( name = "build_bazel_rules_typescript", - url = "https://github.com/rkirov/rules_typescript/archive/v0.16.0.zip", - strip_prefix = "rules_typescript-0.16.0", - sha256 = "f5aedd3a792e5af19cd0c0f0318cb692e2989e816e896e794152d07808fccacd", + url = "https://github.com/bazelbuild/rules_typescript/archive/0.15.1.zip", + strip_prefix = "rules_typescript-0.15.1", + sha256 = "3792cc20ef13bb1d1d8b1760894c3320f02a87843e3a04fed7e8e454a75328b6", ) http_archive(