We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f98704 commit 6bef571Copy full SHA for 6bef571
WORKSPACE
@@ -126,9 +126,9 @@ register_toolchains(
126
127
http_archive(
128
name = "aspect_rules_ts",
129
- sha256 = "56858e1e4380948e2d5aca5ab2e96fc5ed788652a4a3b7036e8e4b6f019e63bd",
130
- strip_prefix = "rules_ts-3.5.3",
131
- url = "https://github.com/aspect-build/rules_ts/releases/download/v3.5.3/rules_ts-v3.5.3.tar.gz",
+ sha256 = "6b15ac1c69f2c0f1282e41ab469fd63cd40eb2e2d83075e19b68a6a76669773f",
+ strip_prefix = "rules_ts-3.6.0",
+ url = "https://github.com/aspect-build/rules_ts/releases/download/v3.6.0/rules_ts-v3.6.0.tar.gz",
132
)
133
134
load("@aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")
0 commit comments