Skip to content

Commit 632387e

Browse files
committed
test: update bazel-lib in e2e/smoke
1 parent e779300 commit 632387e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

e2e/smoke/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ local_repository(
99
# Override the version declared by rules_ts for windows fix
1010
http_archive(
1111
name = "aspect_bazel_lib",
12-
sha256 = "da67c6a785cdc10faf960a22c44501fe6be357a6ebd2bd6101560f9c2a9e06b3",
13-
strip_prefix = "bazel-lib-2.9.0",
14-
url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.9.0/bazel-lib-v2.9.0.tar.gz",
12+
sha256 = "9a44f457810ce64ec36a244cc7c807607541ab88f2535e07e0bf2976ef4b73fe",
13+
strip_prefix = "bazel-lib-2.19.4",
14+
url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.19.4/bazel-lib-v2.19.4.tar.gz",
1515
)
1616

1717
http_archive(

0 commit comments

Comments
 (0)