bazel: don't use variable for version

BCR VersionCheck do not support it
This commit is contained in:
Corentin Le Molgat
2025-09-29 16:21:35 +02:00
parent 81cf14db67
commit 0e43abd32d

View File

@@ -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/