From 34b7a3c29cb24252388ce57ce5f35e0b72208970 Mon Sep 17 00:00:00 2001 From: Robbe Bryssinck Date: Tue, 2 Aug 2022 17:28:59 +0200 Subject: [PATCH] Update xmake.lua --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index 26b22d6..ba986c2 100644 --- a/xmake.lua +++ b/xmake.lua @@ -2,7 +2,7 @@ set_languages("cxx17") set_xmakever("2.5.1") -add_requires("mimalloc", "hopscotch-map", "catch2") +add_requires("mimalloc", "hopscotch-map", "catch2 2.13.9") add_requireconfs("mimalloc", {configs = {rltgenrandom = true}}) add_rules("mode.debug","mode.releasedbg", "mode.release")