Skip to content

Commit

Permalink
* Fixing load() call.
Browse files Browse the repository at this point in the history
  • Loading branch information
CauhxMilloy authored and filmil committed May 11, 2024
1 parent 171a820 commit 811950a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BAZEL_SKYLIB_VERSION = "1.5.0"
BAZEL_SKYLIB_SHA256 = "118e313990135890ee4cc8504e32929844f9578804a1b2f571d69b1dd080cfb8"

load("@bazel_bats//:deps.bzl", "bazel_bats_dependencies")
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

bazel_bats_dependencies(
version = BATS_CORE_VERSION,
Expand Down

0 comments on commit 811950a

Please sign in to comment.