Skip to content

Commit

Permalink
chore: bump @aspect_bazel_lib to v1.30.0 (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Oct 8, 2022
1 parent e1fd004 commit 8381380
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "aspect_bazel_lib", version = "1.12.1")
bazel_dep(name = "aspect_bazel_lib", version = "1.13.0")
bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "rules_nodejs", version = "5.5.3")
bazel_dep(name = "rules_nodejs", version = "5.5.0")
Expand Down
6 changes: 3 additions & 3 deletions js/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def rules_js_dependencies():

http_archive(
name = "aspect_bazel_lib",
sha256 = "79381b0975ba7d2d5653239e5bab12cf54d89b10217fe771b8edd95047a2e44b",
strip_prefix = "bazel-lib-1.12.1",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.12.1.tar.gz",
sha256 = "0154b46f350c7941919eaa30a4f2284a0128ac13c706901a5c768a829af49e11",
strip_prefix = "bazel-lib-1.13.0",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.13.0.tar.gz",
)

0 comments on commit 8381380

Please sign in to comment.