diff --git a/MODULE.bazel b/MODULE.bazel index 87aac87..9e63513 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -11,11 +11,7 @@ # SPDX-License-Identifier: Apache-2.0 # ******************************************************************************* -module( - name = "score_tooling", - version = "0.0.0", - compatibility_level = 1, -) +module(name = "score_tooling") ############################################################################### # Core Dependencies @@ -195,7 +191,8 @@ register_toolchains( ############################################################################### # Dev Dependencies (for testing) ############################################################################### -bazel_dep(name = "score_docs_as_code", version = "3.0.1", dev_dependency = True) +bazel_dep(name = "score_docs_as_code", version = "4.0.0", dev_dependency = True) +bazel_dep(name = "score_process", version = "1.5.3", dev_dependency = True) ############################################################################### # Dependencies for Manual Analysis