Bzlmod Snippet
bazel_dep(name = "bazelpods", version = "1.12.5")
Workspace Snippet
http_archive(
name = "bazelpods",
sha256 = "788f8f9d28092197fe6dcc213635cbf6ab8d8bd079d02b0b9aaa5c7daacb5f24",
url = "https://github.com/sergeykhliustin/BazelPods/releases/download/1.12.5/release.tar.gz"
)
load("@bazelpods//:repositories.bzl", "bazelpods_dependencies")
bazelpods_dependencies()
What's Changed
- Fix integration tests by @sergeykhliustin in #177
- Fix dependencies and renovate by @sergeykhliustin in #178
Full Changelog: 1.12.4...1.12.5