Skip to content

Commit 2bf2cea

Browse files
committed
updated persistency to master
1 parent e8e0841 commit 2bf2cea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

known_good.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111

1212
},
1313
"score_persistency": {
14-
"version": "0.2.1",
15-
"hash": "7548876ed3e40ec3f3053c57634de68129287e05",
14+
"hash": "cc7da929bb3ddac4ac2c3e353cf88b2e711a504d",
1615
"repo": "https://github.com/eclipse-score/persistency.git"
1716
},
1817
"score_orchestrator": {

score_modules.MODULE.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ git_override(
2929
)
3030

3131
bazel_dep(name = "score_persistency")
32-
single_version_override(
32+
git_override(
3333
module_name = "score_persistency",
34-
version = "0.2.1",
34+
remote = "https://github.com/eclipse-score/persistency.git",
35+
commit = "cc7da929bb3ddac4ac2c3e353cf88b2e711a504d",
3536
)
3637

3738
bazel_dep(name = "score_orchestrator")

0 commit comments

Comments
 (0)