bazel: don't use variable for version
BCR VersionCheck do not support it
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user