Skip to content

Commit 17bf045

Browse files
committed
updated known_good
1 parent d3d0649 commit 17bf045

File tree

2 files changed

+14
-20
lines changed

2 files changed

+14
-20
lines changed

known_good.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
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-
},
1610
"score_communication": {
1711
"version": "0.1.2",
1812
"repo": "https://github.com/eclipse-score/communication.git"
@@ -42,7 +36,7 @@
4236
"branch": "candidate_v0.5"
4337
},
4438
"score_tooling": {
45-
"version": "1.0.2",
39+
"version": "1.0.4",
4640
"repo": "https://github.com/eclipse-score/tooling.git"
4741
},
4842
"score_platform": {
@@ -54,15 +48,15 @@
5448
"repo": "https://github.com/eclipse-score/bazel_platforms.git"
5549
},
5650
"score_test_scenarios": {
57-
"version": "0.3.0",
51+
"version": "0.3.1",
5852
"repo": "https://github.com/eclipse-score/testing_tools.git"
5953
},
6054
"score_docs_as_code": {
61-
"version": "2.0.1",
55+
"version": "2.2.0",
6256
"repo": "https://github.com/eclipse-score/docs-as-code.git"
6357
},
6458
"score_process": {
65-
"version": "1.3.1",
59+
"version": "1.4.0",
6660
"repo": "https://github.com/eclipse-score/process_description.git"
6761
}
6862
},

score_modules.MODULE.bazel

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ 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-
2923
bazel_dep(name = "score_communication")
3024
single_version_override(
3125
module_name = "score_communication",
3226
version = "0.1.2",
3327
)
3428

29+
bazel_dep(name = "score_logging")
30+
single_version_override(
31+
module_name = "score_logging",
32+
version = "0.0.4",
33+
)
34+
3535
bazel_dep(name = "score_persistency")
3636
single_version_override(
3737
module_name = "score_persistency",
@@ -59,7 +59,7 @@ single_version_override(
5959
bazel_dep(name = "score_tooling")
6060
single_version_override(
6161
module_name = "score_tooling",
62-
version = "1.0.2",
62+
version = "1.0.4",
6363
)
6464

6565
bazel_dep(name = "score_platform")
@@ -77,17 +77,17 @@ single_version_override(
7777
bazel_dep(name = "score_test_scenarios")
7878
single_version_override(
7979
module_name = "score_test_scenarios",
80-
version = "0.3.0",
80+
version = "0.3.1",
8181
)
8282

8383
bazel_dep(name = "score_docs_as_code")
8484
single_version_override(
8585
module_name = "score_docs_as_code",
86-
version = "2.0.1",
86+
version = "2.2.0",
8787
)
8888

8989
bazel_dep(name = "score_process")
9090
single_version_override(
9191
module_name = "score_process",
92-
version = "1.3.1",
92+
version = "1.4.0",
9393
)

0 commit comments

Comments
 (0)