Skip to content

Commit d7b4e4f

Browse files
committed
chore(deps): update dependency deno to v1.12.2
1 parent 71ddd50 commit d7b4e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,8 +1030,8 @@ http_archive(
10301030
http_archive(
10311031
name = "deno",
10321032
build_file_content = """exports_files(["deno"])""",
1033-
sha256 = "7b278d41356ad0b36e79f9f444bd3e6b8e308fd08cb4ea381e085390825db22d",
1034-
urls = ["https://github.com/denoland/deno/releases/download/v1.10.3/deno-x86_64-unknown-linux-gnu.zip"],
1033+
sha256 = "9f4c17ed999e1fcda8a3710666f6a7688e73c6f75f00c0f6ccf21e7765a2611e",
1034+
urls = ["https://github.com/denoland/deno/releases/download/v1.12.2/deno-x86_64-unknown-linux-gnu.zip"],
10351035
)
10361036

10371037
http_file(

0 commit comments

Comments
 (0)