diff --git a/MODULE.bazel b/MODULE.bazel index 778be38..5a29382 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -10,11 +10,7 @@ # # SPDX-License-Identifier: Apache-2.0 # ******************************************************************************* -module( - name = "score_test_scenarios", - version = "0.0.0", - compatibility_level = 0, -) +module(name = "score_test_scenarios") # Bazel global rules bazel_dep(name = "rules_python", version = "1.4.1")