Skip to content

Commit d313646

Browse files
committed
updated with logging
1 parent 1c70498 commit d313646

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

known_good.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@
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"

score_modules.MODULE.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2329
bazel_dep(name = "score_communication")
2430
single_version_override(
2531
module_name = "score_communication",

0 commit comments

Comments
 (0)