diff --git a/MODULE.bazel b/MODULE.bazel index 21985a7..0f3c347 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -10,11 +10,7 @@ # # SPDX-License-Identifier: Apache-2.0 # ******************************************************************************* -module( - name = "score_crates", - version = "0.0.7", - compatibility_level = 0, -) +module(name = "score_crates") bazel_dep(name = "platforms", version = "1.0.0") bazel_dep(name = "bazel_skylib", version = "1.9.0")