Skip to content

Commit

Permalink
chore: bump example to bazel-lib 2.7.5 (#254)
Browse files Browse the repository at this point in the history
* chore: bump example to bazel-lib 2.7.5

* Update MODULE.bazel

---------

Co-authored-by: Alex Eagle <[email protected]>
  • Loading branch information
gregmagolan and alexeagle authored May 23, 2024
1 parent 7c2cc4b commit d420ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"Bazel dependencies"

bazel_dep(name = "aspect_rules_lint", version = "0.0.0")
bazel_dep(name = "aspect_bazel_lib", version = "2.7.3")
bazel_dep(name = "aspect_bazel_lib", version = "2.7.6")
bazel_dep(name = "aspect_rules_js", version = "2.0.0-rc0")
bazel_dep(name = "aspect_rules_ts", version = "3.0.0-rc0")
bazel_dep(name = "rules_buf", version = "0.2.0")
Expand Down

0 comments on commit d420ca0

Please sign in to comment.