Skip to content

Commit 359c04f

Browse files
committed
changed tag and decreased baselibs
1 parent 32aec73 commit 359c04f

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
module(
1515
name = "score_reference_integration",
16-
version = "0.5.0-alpha.1",
16+
version = "0.5.0-beta",
1717
compatibility_level = 0,
1818
)
1919

known_good.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
"timestamp": "2025-08-13T12:55:10Z",
33
"modules": {
44
"score_baselibs": {
5-
"version": "0.2.1",
6-
"hash": "9457533471c8f0d4a1bb9435e91ff12c62d19c7c",
7-
"repo": "https://github.com/eclipse-score/baselibs.git",
8-
"branch": "s_core_release_v0_5_0"
5+
"version": "0.2.0",
6+
"hash": "b3fdde42614791f7d74ed2b8e9558ce1e0eb8c29",
7+
"repo": "https://github.com/eclipse-score/baselibs.git"
98
},
109
"score_communication": {
1110
"version": "0.1.1",

score_modules.MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
bazel_dep(name = "score_baselibs")
1818
single_version_override(
1919
module_name = "score_baselibs",
20-
version = "0.2.1",
20+
version = "0.2.0",
2121
)
2222

2323
bazel_dep(name = "score_communication")

0 commit comments

Comments
 (0)