Skip to content

Commit 82a4361

Browse files
committed
switched baselibs to master
1 parent 359c04f commit 82a4361

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

known_good.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"timestamp": "2025-08-13T12:55:10Z",
33
"modules": {
44
"score_baselibs": {
5-
"version": "0.2.0",
6-
"hash": "b3fdde42614791f7d74ed2b8e9558ce1e0eb8c29",
5+
"hash": "dd32543e546e09161a3e469a695565b8e2b38581",
76
"repo": "https://github.com/eclipse-score/baselibs.git"
87
},
98
"score_communication": {

score_modules.MODULE.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515
# Do not edit manually - use tools/update_module_from_known_good.py
1616

1717
bazel_dep(name = "score_baselibs")
18-
single_version_override(
18+
git_override(
1919
module_name = "score_baselibs",
20-
version = "0.2.0",
20+
remote = "https://github.com/eclipse-score/baselibs.git",
21+
commit = "dd32543e546e09161a3e469a695565b8e2b38581",
2122
)
2223

2324
bazel_dep(name = "score_communication")

0 commit comments

Comments
 (0)