Skip to content

Commit

Permalink
Update dependency gazelle to v0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 27, 2024
1 parent e74c12b commit 7653ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ go_sdk.download(

bazel_dep(
name = "gazelle",
version = "0.33.0",
version = "0.35.0",
dev_dependency = True,
)

Expand Down
2 changes: 1 addition & 1 deletion rules_haskell_tests/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ go_sdk.download(

bazel_dep(
name = "gazelle",
version = "0.33.0",
version = "0.35.0",
)

go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
Expand Down

0 comments on commit 7653ec1

Please sign in to comment.