Skip to content

v0.1.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Dec 01:19

Important

This is a fix release for users who use a WORKSPACE file.
It's not published to the Bazel Central Registry.
Use v0.1.0 as the latest release when Bzlmod enabled

Use with WORKSPACE

In your WORKSPACE file, paste:

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

http_archive(
    name = "sqids_bazel",
    sha256 = "e58a1ca8a1259677011c93d36eb8baa219d63d1832ba9c0c8ed9dac972864d25",
    strip_prefix = "sqids-bazel-0.1.1",
    url = "https://github.com/sqids/sqids-bazel/releases/download/v0.1.1/sqids-bazel-v0.1.1.tar.gz",
)

load("@sqids_bazel//:deps.bzl", "sqids_bazel_dependencies")

sqids_bazel_dependencies()

Full Changelog: v0.1.0...v0.1.1