@@ -20,13 +20,13 @@ export const DefaultVersions: Record<string, string> = {
2020 clangtidy : getLLVMDefault ( ) ,
2121 clangformat : getLLVMDefault ( ) ,
2222 ninja : "1.11.1" , // https://github.com/ninja-build/ninja/releases
23- cmake : "3.25.1 " , // https://github.com/Kitware/CMake/releases
23+ cmake : "3.26.4 " , // https://github.com/Kitware/CMake/releases
2424 gcovr : "5.2" , // https://pypi.org/project/gcovr/
25- conan : "1.57 .0" , // https://github.com/conan-io/conan/releases
26- meson : "1.0.0 " , // https://github.com/mesonbuild/meson/releases
25+ conan : "1.60 .0" , // https://github.com/conan-io/conan/releases
26+ meson : "1.0.2 " , // https://github.com/mesonbuild/meson/releases
2727 kcov : "40" , // https://github.com/SimonKagstrom/kcov/releases
28- task : "3.20 .0" , // https://github.com/go-task/task/releases
29- doxygen : isArch ( ) ? "1.9.6-1" : "1.9.6 " , // https://www.doxygen.nl/download.html // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=doxygen // https://formulae.brew.sh/formula/doxygen // https://archlinux.org/packages/extra/x86_64/doxygen/
28+ task : "3.25 .0" , // https://github.com/go-task/task/releases
29+ doxygen : isArch ( ) ? "1.9.6-1" : "1.9.7 " , // https://www.doxygen.nl/download.html // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=doxygen // https://formulae.brew.sh/formula/doxygen // https://archlinux.org/packages/extra/x86_64/doxygen/
3030 gcc : "13" , // https://github.com/brechtsanders/winlibs_mingw/releases and // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=gcc
3131}
3232
0 commit comments