Skip to content

Commit

Permalink
chore(deps): update dependency gazelle to v0.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 2, 2024
1 parent df900d4 commit 275a216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ .ProjectSnake }}/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bazel_dep(name = "rules_uv", version = "0.31.0")
{{- end }}
{{- if .Computed.go }}
bazel_dep(name = "rules_go", version = "0.50.1")
bazel_dep(name = "gazelle", version = "0.39.0")
bazel_dep(name = "gazelle", version = "0.39.1")
{{- end }}
{{- if .Computed.cpp }}
bazel_dep(name = "toolchains_llvm", version = "1.2.0")
Expand Down

0 comments on commit 275a216

Please sign in to comment.