Skip to content

Release v0.14.2

Compare
Choose a tag to compare
@cgrindel-app-token-generator cgrindel-app-token-generator released this 09 Mar 20:56
· 188 commits to main since this release
787dc8d

What's Changed

  • fix: update metadata for BCR to include OWNER and REPO by @cgrindel in #242

Full Changelog: v0.14.1...v0.14.2

Workspace Snippet

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "ef8c590a63ba69bc36b888180ddbdd59b10aa2a0777b61b2be24f2137bffa1d0",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.14.2/bazel-starlib.v0.14.2.tar.gz",
    ],
)

load("@cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")

bazel_starlib_dependencies()

load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()