Skip to content

v0.2.7

Choose a tag to compare

@github-actions github-actions released this 10 Dec 16:08
· 195 commits to master since this release
c843594

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 = "1b1a989604c054ccb410335c92babdf2f5484e9d68d58df8575b430db69cd45d",
    strip_prefix = "rtbot-0.2.7",
    url = "https://github.com/rtbot-dev/rtbot/releases/download/v0.2.7/rtbot-v0.2.7.tar.gz",
)

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

Full Changelog: v0.2.6...v0.2.7