File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 33 "modules" : {
44 "score_baselibs" : {
55 "version" : " 0.2.2" ,
6- "hash" : " d072b126faa8ce2b6eaad88c6375b210fe42a547 " ,
6+ "hash" : " a3557b809406289a3bf0bc6c447a1d646ee67ba0 " ,
77 "repo" : " https://github.com/eclipse-score/baselibs.git" ,
88 "branch" : " release_v0_2_2"
99 },
10+ "score_logging" : {
11+ "version" : " 0.0.4" ,
12+ "hash" : " d3624d52151fcde9c8351867353a8baf59a269cd" ,
13+ "repo" : " https://github.com/eclipse-score/logging.git" ,
14+ "branch" : " score_05_beta"
15+ },
1016 "score_communication" : {
1117 "version" : " 0.1.2" ,
1218 "repo" : " https://github.com/eclipse-score/communication.git"
Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ single_version_override(
2020 version = "0.2.2",
2121)
2222
23+ bazel_dep(name = "score_logging")
24+ single_version_override(
25+ module_name = "score_logging",
26+ version = "0.0.4",
27+ )
28+
2329bazel_dep(name = "score_communication")
2430single_version_override(
2531 module_name = "score_communication",
You can’t perform that action at this time.
0 commit comments