Update test libraries version number

This commit is contained in:
2025-07-19 22:25:17 +02:00
parent 481c702302
commit 56d85b1a43

View File

@@ -16,10 +16,10 @@
#include "TestUtils.h" #include "TestUtils.h"
std::map<std::string, std::string> modules = { std::map<std::string, std::string> modules = {
{ "mdlp", "2.1.0" }, { "mdlp", "2.1.1" },
{ "Folding", "1.1.1" }, { "Folding", "1.1.2" },
{ "json", "3.11" }, { "json", "3.11" },
{ "ArffFiles", "1.2.0" } { "ArffFiles", "1.2.1" }
}; };
TEST_CASE("MDLP", "[Modules]") TEST_CASE("MDLP", "[Modules]")