We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb364a commit b59abbfCopy full SHA for b59abbf
MODULE.bazel
@@ -5,12 +5,11 @@
5
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
6
###############################################################################
7
8
-OR_TOOLS_VERSION = "10.0.0"
+OR_TOOLS_VERSION = "10.0"
9
10
module(
11
- name = "or-tools",
+ name = "ortools",
12
version = OR_TOOLS_VERSION,
13
- repo_name = "com_google_ortools",
14
)
15
16
# see https://registry.bazel.build/
0 commit comments