diff --git a/MODULE.bazel b/MODULE.bazel index c099573d..396f29c7 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -10,10 +10,7 @@ # # SPDX-License-Identifier: Apache-2.0 # ******************************************************************************* -module( - name = "score_logging", - version = "0.0.0", -) +module(name = "score_logging") # Bazel global rules bazel_dep(name = "rules_python", version = "1.8.5")