Skip to content

Commit

Permalink
chore(deps): update dependency rules_bazel_integration_test to v0.27.0 (
Browse files Browse the repository at this point in the history
#186)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent d447f1a commit 0ffd16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bazel_dep(name = "rules_shellcheck", version = "0.3.3", repo_name = "com_github_
bazel_dep(name = "stardoc", version = "0.7.2") # remove redundant rules_jvm_external when 0.7.2 or greater

bazel_dep(name = "buildifier_prebuilt", version = "7.3.1", dev_dependency = True)
bazel_dep(name = "rules_bazel_integration_test", version = "0.26.1", dev_dependency = True)
bazel_dep(name = "rules_bazel_integration_test", version = "0.27.0", dev_dependency = True)
#local_path_override( module_name = "rules_bazel_integration_test", path = "../rules_bazel_integration_test")

go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
Expand Down

0 comments on commit 0ffd16d

Please sign in to comment.