Skip to content

Commit aad2fa5

Browse files
authored
Upgrade to Bazel 5.0.0. (#46)
Upgraded default Bazel version to 5.0.0. Added latest 6.0.0 pre-release to other Bazel versions.
1 parent e6fdc98 commit aad2fa5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.bazelversion

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5.0.0

bazel_versions.bzl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
CURRENT_BAZEL_VERSION = "4.2.1"
1+
CURRENT_BAZEL_VERSION = "5.0.0"
22

33
OTHER_BAZEL_VERSIONS = [
4-
"5.0.0-pre.20211011.2",
4+
"4.2.2",
5+
"6.0.0-pre.20220112.2",
56
]
67

78
SUPPORTED_BAZEL_VERSIONS = [

0 commit comments

Comments
 (0)