versions.bzl (9 lines of code) (raw):
"""Developer versions of plugins."""
INTELLIJ_BAZEL_VERSION = "9999.9.9"
PLATFORM_VERSION = "252"
# make sure to always choose the lowest among different benchmark build numbers
SINCE_VERSION = "252.23892"
UNTIL_VERSION = "252.*"
BENCHMARK_BUILD_NUMBER = "252.23892.409"
PY_BENCHMARK_BUILD_NUMBER = "252.23892.515"
GO_BENCHMARK_BUILD_NUMBER = "252.23892.449"