Skip to content

Commit ebd887b

Browse files
renovate[bot]avdv
authored andcommitted
Use Bazel 7 by default
1 parent d401e24 commit ebd887b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bazelversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.5.0
1+
7.1.0

rules_haskell_tests/shell.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ mkShell {
3333
file
3434
] ++ lib.optionals docTools [ graphviz python39Packages.sphinx zip unzip ];
3535

36-
packages = [ bazel_6 ];
36+
packages = [ bazel_7 ];
3737

3838
shellHook = ''
3939
# Add nix config flags to .bazelrc.local.

shell.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ mkShell {
4242
++ lib.optionals docTools [ graphviz python39Packages.sphinx zip unzip ]
4343
++ lib.optional stdenv.isDarwin macOS-security;
4444

45-
packages = [ bazel_6 ];
45+
packages = [ bazel_7 ];
4646

4747
shellHook = ''
4848
# Add nix config flags to .bazelrc.local.

0 commit comments

Comments
 (0)