Skip to content

1.12.2

Compare
Choose a tag to compare
@github-actions github-actions released this 29 May 16:34
e487073

Bzlmod Snippet

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

Workspace Snippet

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

What's Changed

Full Changelog: 1.12.1...1.12.2