Skip to content

1.12.3

Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 14:53
5c32cb7

Bzlmod Snippet

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

Workspace Snippet

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

What's Changed

Full Changelog: 1.12.2...1.12.3