From 0e43abd32d2341e55df381511d779d75b7d11b86 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Mon, 29 Sep 2025 16:21:35 +0200 Subject: [PATCH] bazel: don't use variable for version BCR VersionCheck do not support it --- MODULE.bazel | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index f3112f60c1..fab294c9b6 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -18,11 +18,9 @@ # For more details, please check https://github.com/bazelbuild/bazel/issues/18958 ############################################################################### -OR_TOOLS_VERSION = "9.15" - module( name = "or-tools", - version = OR_TOOLS_VERSION, + version = "9.15", ) # see https://registry.bazel.build/