From 11a79b300bf807b282e8eecc0a990bda31a509f2 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Thu, 13 Mar 2025 17:06:22 +0100 Subject: [PATCH] bazel: rename module or-tools --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 67c6644c10..f963748bed 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -8,7 +8,7 @@ OR_TOOLS_VERSION = "10.0" module( - name = "ortools", + name = "or-tools", version = OR_TOOLS_VERSION, )