diff --git a/MODULE.bazel b/MODULE.bazel index dfb0154..696bec6 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -107,17 +107,17 @@ use_repo(toolchains_qnx, "toolchains_qnx_ifs") bazel_dep(name = "googletest", version = "1.17.0.bcr.1") bazel_dep(name = "rapidjson", version = "1.1.0") -bazel_dep(name = "score_communication", version = "0.1.2") +bazel_dep(name = "score_communication", version = "0.1.2", dev_dependency = True) git_override( module_name = "score_communication", - commit = "5a70133dd8bd632f5c07f200a5ee4bc9f507c23b", + commit = "73caa2d2b6f45f806bbd30bdf8675ab1ad551387", remote = "https://github.com/eclipse-score/communication.git", ) -bazel_dep(name = "score_baselibs", version = "0.2.0") +bazel_dep(name = "score_baselibs", version = "0.2.0", dev_dependency = True) git_override( module_name = "score_baselibs", - commit = "3c65b223e9f516f95935bb4cd2e83d6088ca016f", + commit = "b60d09c7993c71e6b858304210ffb7d08133437a", remote = "https://github.com/eclipse-score/baselibs.git", )