Skip to content

0.7.6

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Aug 10:52
· 46 commits to main since this release
b02ab2c

WORKSPACE setup:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_cognitedata_bazel_snapshots",
    sha256 = "a756658bf1425eab7b9104c979ef7af885df3832db38469e200ce7433a7f2570",
    url = "https://github.com/cognitedata/bazel-snapshots/releases/download/0.7.6/snapshots-0.7.6.tar",
)

load("@com_cognitedata_bazel_snapshots//snapshots:dependencies.bzl", "snapshots_dependencies")

snapshots_dependencies()

load("@com_cognitedata_bazel_snapshots//snapshots:repositories.bzl", "snapshots_register_toolchains")

snapshots_register_toolchains()

What's Changed

Full Changelog: 0.7.5...0.7.6