Skip to content

Commit

Permalink
Fix release snippet load statements
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Dec 18, 2021
1 parent 8dc3d2e commit ff2c2d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workspace_snippet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ http_archive(
url = "https://github.com/aspect-build/bazel-lib/archive/${TAG}.tar.gz",
)
load("@aspect_bazel_lib", "aspect_bazel_lib_dependencies")
load("@aspect_bazel_lib//lib:repositories", "aspect_bazel_lib_dependencies")
aspect_bazel_lib_dependencies()
# Optional: register the following toolchain to use jq
load("@aspect_bazel_lib", "register_jq_toolchains")
load("@aspect_bazel_lib//lib:repositories.bzl", "register_jq_toolchains")
register_jq_toolchains(version = "1.6")
Expand Down

0 comments on commit ff2c2d2

Please sign in to comment.