Skip to content

Commit 58f6fdd

Browse files
update score_persistency dependency version to 0.2.1
1 parent fb48889 commit 58f6fdd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

qnx_qemu/MODULE.bazel

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,7 @@ bazel_dep(name = "score_communication", version = "0.1.1")
9595

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

98-
bazel_dep(name = "score_persistency", version = "0.2.0")
99-
# local_path_override(
100-
# module_name = "score_persistency",
101-
# path="../../persistency"
102-
# )
98+
bazel_dep(name = "score_persistency", version = "0.2.1")
10399

104100
bazel_dep(name = "rules_boost", repo_name = "com_github_nelhage_rules_boost")
105101
archive_override(

0 commit comments

Comments
 (0)