|
15 | 15 | # Do not edit manually - use scripts/known_good/update_module_from_known_good.py |
16 | 16 |
|
17 | 17 | bazel_dep(name = "score_baselibs") |
18 | | -git_override( |
| 18 | +single_version_override( |
19 | 19 | module_name = "score_baselibs", |
20 | | - commit = "158fe6a7b791c58f6eac5f7e4662b8db0cf9ac6e", |
21 | | - patch_strip = 1, |
22 | | - patches = [ |
23 | | - "//patches/baselibs:003-acl-fixes-for-aarch64.patch", |
24 | | - ], |
25 | | - remote = "https://github.com/eclipse-score/baselibs.git", |
| 20 | + version = "0.2.7", |
26 | 21 | ) |
27 | 22 |
|
28 | 23 | bazel_dep(name = "score_baselibs_rust") |
29 | | -git_override( |
| 24 | +single_version_override( |
30 | 25 | module_name = "score_baselibs_rust", |
31 | | - commit = "0eba2934fa8b0e1a343ec6bf6f7ff00cec27d81c", |
32 | | - remote = "https://github.com/eclipse-score/baselibs_rust.git", |
| 26 | + version = "0.1.2", |
33 | 27 | ) |
34 | 28 |
|
35 | 29 | bazel_dep(name = "score_communication") |
36 | | -git_override( |
| 30 | +single_version_override( |
37 | 31 | module_name = "score_communication", |
38 | | - commit = "56448a5589a5f7d3921b873e8127b824a8c1ca95", |
39 | 32 | patch_strip = 1, |
40 | 33 | patches = [ |
41 | 34 | "//patches/communication:001-expose-comm-examples.patch", |
| 35 | + "//patches/communication:002-tests-visibility.patch", |
| 36 | + "//patches/communication:003-module-deps-visibility.patch", |
42 | 37 | ], |
43 | | - remote = "https://github.com/eclipse-score/communication.git", |
| 38 | + version = "0.2.1", |
44 | 39 | ) |
45 | 40 |
|
46 | 41 | bazel_dep(name = "score_persistency") |
47 | | -git_override( |
| 42 | +single_version_override( |
48 | 43 | module_name = "score_persistency", |
49 | | - commit = "438bf9b5c447fd41ad43b321679dd3d1b3a6c737", |
50 | | - remote = "https://github.com/eclipse-score/persistency.git", |
| 44 | + version = "0.3.2", |
51 | 45 | ) |
52 | 46 |
|
53 | 47 | bazel_dep(name = "score_orchestrator") |
54 | | -git_override( |
| 48 | +single_version_override( |
55 | 49 | module_name = "score_orchestrator", |
56 | | - commit = "600fdd8186305ffbf495e4fc788195c077de79ac", |
57 | | - remote = "https://github.com/eclipse-score/orchestrator.git", |
| 50 | + version = "0.1.1", |
58 | 51 | ) |
59 | 52 |
|
60 | 53 | bazel_dep(name = "score_kyron") |
61 | | -git_override( |
| 54 | +single_version_override( |
62 | 55 | module_name = "score_kyron", |
63 | | - commit = "5acfb1a593ec65cf4f64424f581c6ddd04813ee7", |
64 | | - remote = "https://github.com/eclipse-score/kyron.git", |
| 56 | + version = "0.1.2", |
65 | 57 | ) |
66 | 58 |
|
67 | 59 | bazel_dep(name = "score_lifecycle_health") |
68 | | -git_override( |
| 60 | +single_version_override( |
69 | 61 | module_name = "score_lifecycle_health", |
70 | | - commit = "757d17d4968ae3aebf6cd6981f8aeb875653a592", |
71 | | - remote = "https://github.com/eclipse-score/lifecycle.git", |
| 62 | + version = "0.2.0", |
72 | 63 | ) |
73 | 64 |
|
74 | 65 | bazel_dep(name = "score_logging") |
75 | | -git_override( |
| 66 | +single_version_override( |
76 | 67 | module_name = "score_logging", |
77 | | - commit = "80feaae8ffaa2448c3872011b724e1668ad2930e", |
78 | | - remote = "https://github.com/eclipse-score/logging.git", |
| 68 | + version = "0.2.1", |
79 | 69 | ) |
0 commit comments