Skip to content

Commit

Permalink
Build rules_kotlin using Bazel 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Dec 12, 2023
1 parent 6c8723f commit 498044b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
validate_config: 1
bazel: 6.4.0
bazel: 7.0.0
buildifier:
version: 6.4.0
version: 7.0.0
# no lint warnings for the moment. They are basically a smoke alarm in hell.
# keep this argument in sync with .pre-commit-config.yaml
warnings: "-confusing-name,-constant-glob,-duplicated-name,-function-docstring,-function-docstring-args,-function-docstring-header,-module-docstring,-name-conventions,-no-effect,-constant-glob,-provider-params,-print,-rule-impl-return,-bzl-visibility,-unnamed-macro,-uninitialized,-unreachable"
Expand Down
3 changes: 2 additions & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
6.4.0
7.0.0

0 comments on commit 498044b

Please sign in to comment.