From 767744f8d0c6933555119666cc1af5210fd5efd9 Mon Sep 17 00:00:00 2001 From: Curve Date: Wed, 14 Feb 2024 14:23:12 +0100 Subject: [PATCH] chore(deps): bump dependencies --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ffc2ce3..78fefdd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,7 +87,7 @@ CPMFindPackage( CPMFindPackage( NAME tl-expected - VERSION 1.1 + VERSION 1.1.0 GIT_REPOSITORY "https://github.com/TartanLlama/expected" ) @@ -105,13 +105,13 @@ CPMFindPackage( CPMFindPackage( NAME glaze - VERSION 2.0.6 + VERSION 2.1.0 GIT_REPOSITORY "https://github.com/stephenberry/glaze" ) CPMFindPackage( NAME spdlog - VERSION 1.12.0 + VERSION 1.13.0 GIT_REPOSITORY "https://github.com/gabime/spdlog" )