blob: ad2693a102463f5e7e4a7fb3d0a19f9125e3edaf [file] [log] [blame]
--- MODULE.bazel
+++ MODULE.bazel
@@ -5,11 +5,9 @@
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
###############################################################################
-OR_TOOLS_VERSION = "9.13"
-
module(
name = "or-tools",
- version = OR_TOOLS_VERSION,
+ version = "9.13",
)
# see https://registry.bazel.build/