Skip to content

Commit 28aac3b

Browse files
committed
Upgrade to Bazel 7.0.0
1 parent 1fe0a98 commit 28aac3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bazeliskrc

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

haskell/private/versions.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SUPPORTED_BAZEL_VERSIONS = [
1717
"6.2.0",
1818
"6.3.2",
1919
"6.4.0",
20-
"7.0.0rc5",
20+
"7.0.0",
2121
]
2222

2323
SUPPORTED_NIXPKGS_BAZEL_PACKAGES = [

0 commit comments

Comments
 (0)