File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -18,13 +18,14 @@ bazel_dep(name = "score_baselibs")
1818git_override(
1919 module_name = "score_baselibs",
2020 remote = "https://github.com/eclipse-score/baselibs.git",
21- commit = "dd32543e546e09161a3e469a695565b8e2b38581 ",
21+ commit = "3c65b223e9f516f95935bb4cd2e83d6088ca016f ",
2222)
2323
2424bazel_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
3031bazel_dep(name = "score_persistency")
You can’t perform that action at this time.
0 commit comments