File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
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" : " 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" : {
Original file line number Diff line number Diff line change 1515# Do not edit manually - use tools/update_module_from_known_good.py
1616
1717bazel_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
2423bazel_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
3129bazel_dep(name = "score_persistency")
You can’t perform that action at this time.
0 commit comments