Skip to content

Commit

Permalink
chore(deps): update dependency bazel_gazelle to v0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent ac20270 commit 4ed783d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ def swift_bazel_dependencies():
maybe(
http_archive,
name = "bazel_gazelle",
sha256 = "d76bf7a60fd8b050444090dfa2837a4eaf9829e1165618ee35dceca5cbdf58d5",
sha256 = "8ad77552825b078a10ad960bec6ef77d2ff8ec70faef2fd038db713f410f5d87",
urls = [
"https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.37.0/bazel-gazelle-v0.37.0.tar.gz",
"https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.38.0/bazel-gazelle-v0.38.0.tar.gz",
],
)

Expand Down

0 comments on commit 4ed783d

Please sign in to comment.