Skip to content

Commit 7d45925

Browse files
committed
USe latest modules versions
1 parent d98c9df commit 7d45925

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

integration/MODULE.bazel

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,8 @@ git_override(
4949
remote = "https://github.com/bmw-software-engineering/trlc.git",
5050
)
5151

52-
git_override(
53-
module_name = "score_toolchains_qnx",
54-
commit = "aa94b4fb566b989d1a00395c810df2cf254a0cec",
55-
remote = "https://github.com/qorix-group/toolchains_qnx.git",
56-
)
57-
58-
5952
# Currently required for ifs tooling
60-
bazel_dep(name = "score_toolchains_qnx", version = "0.0.3")
53+
bazel_dep(name = "score_toolchains_qnx", version = "0.0.7")
6154
toolchains_qnx = use_extension("@score_toolchains_qnx//:extensions.bzl", "toolchains_qnx", dev_dependency=True)
6255
toolchains_qnx.sdp(
6356
sha256 = "f2e0cb21c6baddbcb65f6a70610ce498e7685de8ea2e0f1648f01b327f6bac63",

integration/bazel_common/score_modules.MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ single_version_override(
3838
bazel_dep(name = "score_lifecycle_health")
3939
git_override(
4040
module_name = "score_lifecycle_health",
41-
commit = "7ede6519c60f3c82c1227a8b53fdf4acfefc84a3",
42-
remote = "https://github.com/etas-contrib/score_lifecycle.git",
41+
commit = "84303c2e48c7e8e2481752170efe82d0afd45f1e",
42+
remote = "https://github.com/eclipse-score/lifecycle.git",
4343
)

0 commit comments

Comments
 (0)