Skip to content

Commit

Permalink
fix MODULE.bazel for bazel8
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Dec 13, 2024
1 parent d008e21 commit 0dd65ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ bazel_dep(name = "rules_license", version = "1.0.0")
bazel_dep(name = "rules_proto", version = "7.0.2")
bazel_dep(name = "rules_python", version = "0.40.0")
bazel_dep(name = "scip", version = "9.2.0.bcr.2")
bazel_dep(name = "swig", version = "4.2.0")
bazel_dep(name = "swig", version = "4.3.0")
bazel_dep(name = "zlib", version = "1.3.1.bcr.3")

git_override(
Expand Down

0 comments on commit 0dd65ba

Please sign in to comment.