Fix json module version in test

This commit is contained in:
2025-04-27 18:34:15 +02:00
parent 670b93d0a1
commit d0ebe596f6

View File

@@ -18,7 +18,7 @@
std::map<std::string, std::string> modules = { std::map<std::string, std::string> modules = {
{ "mdlp", "2.0.1" }, { "mdlp", "2.0.1" },
{ "Folding", "1.1.1" }, { "Folding", "1.1.1" },
{ "json", "3.11" }, { "json", "3.12" },
{ "ArffFiles", "1.1.0" } { "ArffFiles", "1.1.0" }
}; };