Skip to content

v0.2.9

Choose a tag to compare

@github-actions github-actions released this 10 Dec 16:29
· 193 commits to master since this release
de4b07b

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 = "1470127a1fc1cd28d019667d90c923eec792dabaa7675ce5770ba52ec00b7eba",
    strip_prefix = "rtbot-0.2.9",
    url = "https://github.com/rtbot-dev/rtbot/releases/download/v0.2.9/rtbot-v0.2.9.tar.gz",
)

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

Full Changelog: v0.2.8...v0.2.9