Skip to content

Commit

Permalink
chore: update to aspect_bazel_lib 1.15.0 (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Oct 29, 2022
1 parent 43fef39 commit f4feec4
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.14.0")
bazel_dep(name = "aspect_bazel_lib", version = "1.15.0")
bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "rules_nodejs", version = "5.5.3")
bazel_dep(name = "platforms", version = "0.0.4")
6 changes: 3 additions & 3 deletions js/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def rules_js_dependencies():

http_archive(
name = "aspect_bazel_lib",
sha256 = "9305799c6d9e425e6b73270a0f9eb0aa1082050823a7eefad95edcece545e77b",
strip_prefix = "bazel-lib-1.14.0",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.14.0.tar.gz",
sha256 = "eae670935704ce5f9d050b2c23d426b4ae453458830eebdaac1f11a6a9da150b",
strip_prefix = "bazel-lib-1.15.0",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.15.0.tar.gz",
)

0 comments on commit f4feec4

Please sign in to comment.