Skip to content

Commit b59abbf

Browse files
committed
bazel: Fix MODULE.bazel
1 parent 8fb364a commit b59abbf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

MODULE.bazel

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
66
###############################################################################
77

8-
OR_TOOLS_VERSION = "10.0.0"
8+
OR_TOOLS_VERSION = "10.0"
99

1010
module(
11-
name = "or-tools",
11+
name = "ortools",
1212
version = OR_TOOLS_VERSION,
13-
repo_name = "com_google_ortools",
1413
)
1514

1615
# see https://registry.bazel.build/

0 commit comments

Comments
 (0)