Skip to content

Commit 1fe0a98

Browse files
committed
chore: upgrade Bazel to 7.0.0rc5
1 parent 98f96b6 commit 1fe0a98

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.bazeliskrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
USE_BAZEL_VERSION=7.0.0rc5

haskell/private/versions.bzl

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
# because every bazel version tested requires a lot of space on CI
1515
# See https://github.com/tweag/rules_haskell/pull/1781#issuecomment-1187640454
1616
SUPPORTED_BAZEL_VERSIONS = [
17-
"6.0.0",
1817
"6.2.0",
1918
"6.3.2",
19+
"6.4.0",
20+
"7.0.0rc5",
2021
]
2122

2223
SUPPORTED_NIXPKGS_BAZEL_PACKAGES = [

0 commit comments

Comments
 (0)