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 7003007
Show file tree
Hide file tree
Showing 5 changed files with 2,114 additions and 435 deletions.
2 changes: 1 addition & 1 deletion foreign_cc/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def rules_foreign_cc_dependencies(
register_default_tools = True,
cmake_version = "3.23.2",
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 7003007

Please sign in to comment.