File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ include(FetchLibrary)
3636#================================
3737# SDK Versions.
3838#================================
39- set (ZEUS_FMT_VERSION 11.1.4 )
39+ set (ZEUS_FMT_VERSION 11.2.0 )
4040set (ZEUS_MAGIC_ENUM_VERSION 0.9.7)
41- set (ZEUS_CATCH_VERSION 3.8 .0)
41+ set (ZEUS_CATCH_VERSION 3.10 .0)
4242
4343find_package (fmt ${ZEUS_FMT_VERSION} QUIET )
4444find_package (magic_enum ${ZEUS_MAGIC_ENUM_VERSION} QUIET )
@@ -47,7 +47,7 @@ if (NOT fmt_FOUND)
4747 fetch_library(
4848 NAME fmt
4949 GIT_REPOSITORY https://github.com/fmtlib/fmt.git
50- GIT_TAG 123913715afeb8a437e6388b4473fcc4753e1c9a
50+ GIT_TAG 40626af88bd7df9a5fb80be7b25ac85b122d6c21
5151 )
5252endif ()
5353
@@ -114,7 +114,7 @@ if (ZEUS_BUILD_TESTS)
114114 fetch_library(
115115 NAME Catch2
116116 GIT_REPOSITORY https://github.com/catchorg/Catch2.git
117- GIT_TAG 914aeecfe23b1e16af6ea675a4fb5dbd5a5b8d0a
117+ GIT_TAG 25319fd3047c6bdcf3c0170e76fa526c77f99ca9
118118 )
119119 list (APPEND CMAKE_MODULE_PATH ${Catch2_SOURCE_DIR} /extras)
120120 endif ()
Original file line number Diff line number Diff line change 11# Generated via tools/generate_dependencies.py and pre-commit hook.
22# Do not edit this file; modify CMakeLists.txt instead.
3- ZEUS_FMT_VERSION==11.1.4
3+ ZEUS_FMT_VERSION==11.2.0
44ZEUS_MAGIC_ENUM_VERSION==0.9.7
5- ZEUS_CATCH_VERSION==3.8 .0
5+ ZEUS_CATCH_VERSION==3.10 .0
You can’t perform that action at this time.
0 commit comments