Skip to content

Commit 471fe29

Browse files
committed
fix: update the default versions of the tools
1 parent 16fc84f commit 471fe29

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/default_versions.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
const DefaultVersions: Record<string, string> = {
22
msvc: "2019",
3-
llvm: "11.1.0",
3+
llvm: "13.0.0",
44
ninja: "1.10.2",
5-
cmake: "3.20.2",
5+
cmake: "3.22.0",
66
gcovr: "5.0",
7-
conan: "1.40.1",
8-
meson: "0.59.1",
9-
python: "3.9.7",
10-
gcc: process.platform === "win32" ? "11.2.0" : "11",
7+
conan: "1.42.1",
8+
meson: "0.60.1",
9+
python: "3.10.0",
10+
gcc: process.platform === "win32" ? "11.2.0.07112021" : "11",
1111
}
1212

1313
/** Get the default version if passed true or undefined, otherwise return the version itself */

0 commit comments

Comments
 (0)