From f22adf3402dccf8f70e6e185a47ebfe2bbb28473 Mon Sep 17 00:00:00 2001 From: LucaFue Date: Fri, 13 Feb 2026 15:25:07 +0100 Subject: [PATCH] changed nlohmann json dependency --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 7b6f319e..4f0905f5 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -131,7 +131,7 @@ deb( visibility = ["//visibility:public"], ) -bazel_dep(name = "nlohmann_json", version = "3.11.3") +bazel_dep(name = "score_nlohmann_json", version = "3.11.3") bazel_dep(name = "bazel_skylib", version = "1.8.2") #############################################################