Skip to content

Commit 620d0fb

Browse files
committed
[bazel] Bump bazel version
1 parent 4713f55 commit 620d0fb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.2.0

WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1010

1111
http_archive(
1212
name = "bazel_toolchains",
13-
sha256 = "a653c9d318e42b14c0ccd7ac50c4a2a276c0db1e39743ab88b5aa2f0bc9cf607",
14-
strip_prefix = "bazel-toolchains-2.0.2",
13+
sha256 = "1342f84d4324987f63307eb6a5aac2dff6d27967860a129f5cd40f8f9b6fd7dd",
14+
strip_prefix = "bazel-toolchains-2.2.0",
1515
urls = [
16-
"https://github.com/bazelbuild/bazel-toolchains/releases/download/2.0.2/bazel-toolchains-2.0.2.tar.gz",
17-
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/2.0.2.tar.gz",
16+
"https://github.com/bazelbuild/bazel-toolchains/releases/download/2.2.0/bazel-toolchains-2.2.0.tar.gz",
17+
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/2.2.0.tar.gz",
1818
],
1919
)
2020

0 commit comments

Comments
 (0)