From 19af9f559f9de57809bf84eed66302d77850f2c9 Mon Sep 17 00:00:00 2001 From: LucaFgr Date: Mon, 16 Mar 2026 08:44:56 +0000 Subject: [PATCH] added module version to MODULE.bazel --- MODULE.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/MODULE.bazel b/MODULE.bazel index 8f07b0b720..a6c169e67e 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,7 @@ module( name = "nlohmann_json", compatibility_level = 1, + version= "3.11.3", ) # bazel_dep(name = "rules_cc", version = "0.0.17")