Skip to content

Commit

Permalink
bazel: Clean MODULE.bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Nov 12, 2024
1 parent 8bf10c9 commit 4464e3a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
###############################################################################
# Bazel now uses Bzlmod by default to manage external dependencies.
# Please consider migrating your external dependencies from WORKSPACE to MODULE.bazel.
#
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
###############################################################################

OR_TOOLS_VERSION = "10.0.0"

module(
name = "com_google_ortools",
name = "or-tools",
repo_name = "com_google_ortools",
version = OR_TOOLS_VERSION,
)

bazel_dep(name = "abseil-cpp", version = "20240722.0", repo_name = "com_google_absl")
Expand Down

0 comments on commit 4464e3a

Please sign in to comment.