Skip to content

Commit fec53d7

Browse files
committed
updated com and baselibs to newest version
1 parent 28663a7 commit fec53d7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

known_good.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
"timestamp": "2025-08-13T12:55:10Z",
33
"modules": {
44
"score_baselibs": {
5-
"hash": "dd32543e546e09161a3e469a695565b8e2b38581",
5+
"hash": "3c65b223e9f516f95935bb4cd2e83d6088ca016f",
66
"repo": "https://github.com/eclipse-score/baselibs.git"
77
},
88
"score_communication": {
9-
"version": "0.1.1",
109
"repo": "https://github.com/eclipse-score/communication.git",
11-
"hash": "24d6e8916b89dbb405eae0b082348645d190dc18",
12-
"branch": "s_core_release_v0_5_0"
10+
"hash": "9761836735d2efeb895092bb976f09fd67260633"
11+
1312
},
1413
"score_persistency": {
1514
"version": "0.2.1",

score_modules.MODULE.bazel

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ bazel_dep(name = "score_baselibs")
1818
git_override(
1919
module_name = "score_baselibs",
2020
remote = "https://github.com/eclipse-score/baselibs.git",
21-
commit = "dd32543e546e09161a3e469a695565b8e2b38581",
21+
commit = "3c65b223e9f516f95935bb4cd2e83d6088ca016f",
2222
)
2323

2424
bazel_dep(name = "score_communication")
25-
single_version_override(
25+
git_override(
2626
module_name = "score_communication",
27-
version = "0.1.1",
27+
remote = "https://github.com/eclipse-score/communication.git",
28+
commit = "9761836735d2efeb895092bb976f09fd67260633",
2829
)
2930

3031
bazel_dep(name = "score_persistency")

0 commit comments

Comments
 (0)