Release v0.14.2
cgrindel-app-token-generator
released this
09 Mar 20:56
·
205 commits
to main
since this release
What's Changed
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()