diff --git a/MODULE.bazel b/MODULE.bazel index e9c82db8b6..15b1aefad0 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -5,12 +5,11 @@ # For more details, please check https://github.com/bazelbuild/bazel/issues/18958 ############################################################################### -OR_TOOLS_VERSION = "10.0.0" +OR_TOOLS_VERSION = "10.0" module( - name = "or-tools", + name = "ortools", version = OR_TOOLS_VERSION, - repo_name = "com_google_ortools", ) # see https://registry.bazel.build/