Skip to content

Commit b62a66b

Browse files
committed
[brief] Bump dependencies to latest versions.
[detailed]
1 parent 03a46c4 commit b62a66b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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)
4040
set(ZEUS_MAGIC_ENUM_VERSION 0.9.7)
41-
set(ZEUS_CATCH_VERSION 3.8.0)
41+
set(ZEUS_CATCH_VERSION 3.10.0)
4242

4343
find_package(fmt ${ZEUS_FMT_VERSION} QUIET)
4444
find_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
)
5252
endif()
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()

dependencies.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
44
ZEUS_MAGIC_ENUM_VERSION==0.9.7
5-
ZEUS_CATCH_VERSION==3.8.0
5+
ZEUS_CATCH_VERSION==3.10.0

0 commit comments

Comments
 (0)