From 7917a7598b18618e140a28b40e803183623078ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Thu, 19 Jun 2025 12:17:50 +0200 Subject: [PATCH] Update json version in vcpkg --- vcpkg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 720b7f7..ec3f709 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -30,11 +30,11 @@ }, { "name": "nlohmann-json", - "version": "3.12.0" + "version": "3.11.3" }, { "name": "catch2", "version": "3.8.1" } ] -} \ No newline at end of file +}