Skip to content

Commit

Permalink
Update cmake and ninja versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe committed Feb 4, 2023
1 parent 34fa6a7 commit 7031ac6
Show file tree
Hide file tree
Showing 5 changed files with 2,335 additions and 636 deletions.
4 changes: 2 additions & 2 deletions foreign_cc/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ load("//toolchains:toolchains.bzl", "built_toolchains", "prebuilt_toolchains", "
def rules_foreign_cc_dependencies(
native_tools_toolchains = [],
register_default_tools = True,
cmake_version = "3.23.2",
cmake_version = "3.24.3",
make_version = "4.4",
ninja_version = "1.11.0",
ninja_version = "1.11.1",
pkgconfig_version = "0.29.2",
register_preinstalled_tools = True,
register_built_tools = True,
Expand Down
Loading

0 comments on commit 7031ac6

Please sign in to comment.