aboutsummaryrefslogtreecommitdiff
path: root/.bazelversion
AgeCommit message (Collapse)Author
2022-12-21Upgrade to Bazel 6 in most projects.tholenst
We omit Python, Javascript, ObjC and the crosslanguage tests; these seem to need special attention (Some failures might be flakes though). PiperOrigin-RevId: 496908430
2022-11-23Upgrade Bazel to 5.3.2.tholenst
PiperOrigin-RevId: 490480850
2022-05-18Upgrade to Bazel 5.1.1.ckl
PiperOrigin-RevId: 449544761
2022-02-01Upgrade to bazel 4.2.2.juerg
bazel 4.2.1 has a problem on MacOS Monterey that was fixed in 4.2.2: https://github.com/bazelbuild/bazel/pull/14275 PiperOrigin-RevId: 425548083
2021-10-25Upgrade to Bazel 4.2.1.ckl
PiperOrigin-RevId: 405553803
2021-05-05Upgrade to Bazel 3.7.2.ckl
PiperOrigin-RevId: 372175723
2020-05-13Update to Bazel 3.1.0 and newer version of Protobuf.kste
PiperOrigin-RevId: 311341949
2020-03-03Update to bazel 2.1.0.tholenst
PiperOrigin-RevId: 298549565
2020-03-02Update to bazel 1.0.1.tholenst
PiperOrigin-RevId: 298537752
2019-10-23Add a .bazelversion file. This can e.g. be interpreted by bazelisk to use ↵tholenst
the correct version of bazel. PiperOrigin-RevId: 276249267