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 7219fc7 commit 43973b2Copy full SHA for 43973b2
ebclfsa/MODULE.bazel
@@ -44,13 +44,13 @@ single_version_override(
44
bazel_dep(name = "score_baselibs")
45
single_version_override(
46
module_name = "score_baselibs",
47
- version = "0.1.3", # part of 0.5.0-alpha release
+ version = "0.2.2", # part of 0.5.0-beta release
48
patch_strip = 1,
49
patches = [
50
"//patches:fix_hard_coded_amd64.patch",
51
],
52
)
53
-bazel_dep(name = "score_communication", version = "0.1.1") # part of 0.5.0-alpha release
+bazel_dep(name = "score_communication", version = "0.1.2") # part of 0.5.0-beta release
54
bazel_dep(name = "score_scrample", version = "0.1.0") # part of 0.5.0-alpha release
55
bazel_dep(name = "score_persistency", version = "0.2.1") # part of 0.5.0-alpha release
56
0 commit comments