Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions {{ .ProjectSnake }}/.bazelversion
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if .Computed.kotlin }}
# Asked Nick K whether this is already a known issue
{{- if .Computed.kotlin -}}
8.4.1
{{- else }}
# Asked Nick K whether this is already a known issue
{{- else -}}
9.0.0rc1
# This selects Bazel 9, which is currently in pre-release as of Sept 2025, expected GA by end of 2025
{{- end }}
1 change: 1 addition & 0 deletions {{ .ProjectSnake }}/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Currently bazel-lib is only load()ed when platforms is used.
bazel_dep(name = "bazel_lib", version = "3.0.0")
{{- end }}
bazel_dep(name = "apple_support", version = "1.24.3")
{{- if .Scaffold.lint }}
bazel_dep(name = "aspect_rules_lint", version = "1.10.2")
bazel_dep(name = "buildifier_prebuilt", version = "8.2.1")
Expand Down
Loading