We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e0841 commit 2bf2ceaCopy full SHA for 2bf2cea
known_good.json
@@ -11,8 +11,7 @@
11
12
},
13
"score_persistency": {
14
- "version": "0.2.1",
15
- "hash": "7548876ed3e40ec3f3053c57634de68129287e05",
+ "hash": "cc7da929bb3ddac4ac2c3e353cf88b2e711a504d",
16
"repo": "https://github.com/eclipse-score/persistency.git"
17
18
"score_orchestrator": {
score_modules.MODULE.bazel
@@ -29,9 +29,10 @@ git_override(
29
)
30
31
bazel_dep(name = "score_persistency")
32
-single_version_override(
+git_override(
33
module_name = "score_persistency",
34
- version = "0.2.1",
+ remote = "https://github.com/eclipse-score/persistency.git",
35
+ commit = "cc7da929bb3ddac4ac2c3e353cf88b2e711a504d",
36
37
38
bazel_dep(name = "score_orchestrator")
0 commit comments