Skip to content

Commit 5c8546b

Browse files
committed
updated com & baselibs to newest release
1 parent 2bf2cea commit 5c8546b

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

known_good.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22
"timestamp": "2025-08-13T12:55:10Z",
33
"modules": {
44
"score_baselibs": {
5-
"hash": "3c65b223e9f516f95935bb4cd2e83d6088ca016f",
5+
"version": "0.2.2",
6+
"hash": "d072b126faa8ce2b6eaad88c6375b210fe42a547",
67
"repo": "https://github.com/eclipse-score/baselibs.git"
8+
79
},
810
"score_communication": {
11+
"version": "0.1.2",
912
"repo": "https://github.com/eclipse-score/communication.git",
10-
"hash": "9761836735d2efeb895092bb976f09fd67260633"
13+
"hash": "d5414f75bfd4fc116572091ccca305d9e4b39338"
1114

1215
},
1316
"score_persistency": {

score_modules.MODULE.bazel

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,15 @@
1515
# Do not edit manually - use tools/update_module_from_known_good.py
1616

1717
bazel_dep(name = "score_baselibs")
18-
git_override(
18+
single_version_override(
1919
module_name = "score_baselibs",
20-
remote = "https://github.com/eclipse-score/baselibs.git",
21-
commit = "3c65b223e9f516f95935bb4cd2e83d6088ca016f",
20+
version = "0.2.2",
2221
)
2322

2423
bazel_dep(name = "score_communication")
25-
git_override(
24+
single_version_override(
2625
module_name = "score_communication",
27-
remote = "https://github.com/eclipse-score/communication.git",
28-
commit = "9761836735d2efeb895092bb976f09fd67260633",
26+
version = "0.1.2",
2927
)
3028

3129
bazel_dep(name = "score_persistency")

0 commit comments

Comments
 (0)