From 18f8253582861ad2811bbef25b3e2258aecb4c12 Mon Sep 17 00:00:00 2001 From: YigaUpdate <147800620+YigaUpdate@users.noreply.github.com> Date: Sun, 15 Oct 2023 15:17:34 +0200 Subject: [PATCH] Update vcpkg.json --- vcpkg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 203fc9708b..cf9cb8ff04 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -50,11 +50,11 @@ "overrides": [ { "name": "catch2", - "version": "3.3.1" + "version": "3.4.0" }, { "name": "fmt", - "version": "10.0.0" + "version": "10.1.0" } ] }