Skip to content

1.11.9

Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 16:07

Bzlmod Snippet

bazel_dep(name = "bazelpods", version = "1.11.9")

Workspace Snippet

http_archive(
  name = "bazelpods",
  sha256 = "c79a262df9cdb4e27643bca4a66390c5bd395f4de66a25d75041d7748db59537",
  url = "https://github.com/sergeykhliustin/BazelPods/releases/download/1.11.9/release.tar.gz"
)
load("@bazelpods//:repositories.bzl", "bazelpods_dependencies")
bazelpods_dependencies()

What's Changed

Full Changelog: 1.11.7...1.11.9