Skip to content

v0.1.11

Choose a tag to compare

@github-actions github-actions released this 03 Sep 19:39
· 306 commits to master since this release

Bazel setup

Paste this snippet into your WORKSPACE file:

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

http_archive(
    name = "rtbot",
    sha256 = "f61e327c78d31f70a82cc7a53cc9f66c3fb2661977d2f5e14742cedd7b580010",
    strip_prefix = "rtbot-0.1.11",
    url = "https://github.com/rtbot-dev/rtbot/releases/download/v0.1.11/rtbot-v0.1.11.tar.gz",
)

load("@rtbot//:deps.bzl", "rtbot_deps" = "deps")
rtbot_deps()

Full Changelog: v0.1.10...v0.1.11