v0.2.9
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