Skip to content

Commit 75830a5

Browse files
committed
bazel: Fix MODULE.bazel
1 parent 7936024 commit 75830a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MODULE.bazel

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
66
###############################################################################
77

8-
OR_TOOLS_VERSION = "9.12.0"
8+
OR_TOOLS_VERSION = "9.12"
99

1010
module(
11-
name = "or-tools",
11+
name = "ortools",
1212
version = OR_TOOLS_VERSION,
1313
repo_name = "com_google_ortools",
1414
)

0 commit comments

Comments
 (0)