diff --git a/doc/developers.rst b/doc/developers.rst index e2f2f0ffb040..0341012ca153 100644 --- a/doc/developers.rst +++ b/doc/developers.rst @@ -79,10 +79,10 @@ Drake requires a compiler running in C++17 mode. | Operating System | Bazel | CMake | C/C++ Compiler | Java | Python | +==================================+=======+=======+=====================+===================+========+ +----------------------------------+-------+-------+---------------------+-------------------+--------+ -| Ubuntu 18.04 LTS (Bionic Beaver) | 1.1 | 3.10 | | Clang 6.0 | OpenJDK 11 | 3.6 | +| Ubuntu 18.04 LTS (Bionic Beaver) | 1.2 | 3.10 | | Clang 6.0 | OpenJDK 11 | 3.6 | | | | | | GCC 7.4 (default) | | | +----------------------------------+ +-------+---------------------+-------------------+--------+ -| macOS Mojave (10.14) | | 3.15 | | Apple LLVM 11.0.0 | | AdoptOpenJDK 13 | 3.7 | +| macOS Mojave (10.14) | | 3.16 | | Apple LLVM 11.0.0 | | AdoptOpenJDK 13 | 3.7 | | | | | | (Xcode 11.2) | | (HotSpot JVM) | | +----------------------------------+ | | | | | | macOS Catalina (10.15) | | | | | | diff --git a/setup/ubuntu/source_distribution/install_prereqs.sh b/setup/ubuntu/source_distribution/install_prereqs.sh index 05ddb4426544..889881509fbf 100755 --- a/setup/ubuntu/source_distribution/install_prereqs.sh +++ b/setup/ubuntu/source_distribution/install_prereqs.sh @@ -71,6 +71,6 @@ dpkg_install_from_wget() { } dpkg_install_from_wget \ - bazel 1.1.0 \ - https://releases.bazel.build/1.1.0/release/bazel_1.1.0-linux-x86_64.deb \ - 138b47ffd54924e3c0264c65d31d3927803fb9025db4d5b18107df79ee3bda95 + bazel 1.2.0 \ + https://releases.bazel.build/1.2.0/release/bazel_1.2.0-linux-x86_64.deb \ + 640fbbd9d6e6f1bb225929c1b5ffcae650560f8ce1208745acd170451926d190