Skip to content

Commit 54029b0

Browse files
committed
Update QNX dependencies to 0.5.0-beta
Since the OS integration projects are independent from the main Bazel project, they have separate dependency lists and need to be updated.
1 parent 36c010b commit 54029b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

qnx_qemu/MODULE.bazel

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ use_repo(gcc, "gcc_toolchain", "gcc_toolchain_gcc")
6868
register_toolchains("@gcc_toolchain//:all")
6969

7070
# Configure target toolchain for QNX build.
71-
bazel_dep(name = "score_toolchains_qnx", version = "0.0.3")
71+
bazel_dep(name = "score_toolchains_qnx", version = "0.0.6")
7272
toolchains_qnx = use_extension("@score_toolchains_qnx//:extensions.bzl", "toolchains_qnx")
7373
toolchains_qnx.sdp(
7474
sha256 = "f2e0cb21c6baddbcb65f6a70610ce498e7685de8ea2e0f1648f01b327f6bac63",
@@ -89,13 +89,13 @@ register_toolchains("@toolchains_qnx_ifs//:ifs_x86_64")
8989
###############################################################################
9090
bazel_dep(name = "rules_cc", version = "0.1.1")
9191
bazel_dep(name = "score_itf", version = "0.1.0")
92-
bazel_dep(name = "score_baselibs", version = "0.1.3")
92+
bazel_dep(name = "score_baselibs", version = "0.2.2")
9393

94-
bazel_dep(name = "score_communication", version = "0.1.1")
94+
bazel_dep(name = "score_communication", version = "0.1.2")
9595

9696
bazel_dep(name = "score_scrample", version = "0.1.0")
9797

98-
bazel_dep(name = "score_persistency", version = "0.2.1")
98+
bazel_dep(name = "score_persistency", version = "0.2.2")
9999

100100
bazel_dep(name = "rules_boost", repo_name = "com_github_nelhage_rules_boost")
101101
archive_override(
@@ -110,4 +110,4 @@ git_override(
110110
module_name = "trlc",
111111
commit = "650b51a47264a4f232b3341f473527710fc32669", # trlc-2.0.2 release
112112
remote = "https://github.com/bmw-software-engineering/trlc.git",
113-
)
113+
)

0 commit comments

Comments
 (0)