diff --git a/MODULE.bazel b/MODULE.bazel index 19aa03e7..7a768a98 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -10,11 +10,7 @@ # # SPDX-License-Identifier: Apache-2.0 # ******************************************************************************* -module( - name = "score_time", - version = "0.0.0", - compatibility_level = 0, -) +module(name = "score_time") ## Configure the C++ toolchain