Skip to content

Commit 43973b2

Browse files
committed
Bump communication, baselibs to 0.5.0-beta versions
1 parent 7219fc7 commit 43973b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ebclfsa/MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ single_version_override(
4444
bazel_dep(name = "score_baselibs")
4545
single_version_override(
4646
module_name = "score_baselibs",
47-
version = "0.1.3", # part of 0.5.0-alpha release
47+
version = "0.2.2", # part of 0.5.0-beta release
4848
patch_strip = 1,
4949
patches = [
5050
"//patches:fix_hard_coded_amd64.patch",
5151
],
5252
)
53-
bazel_dep(name = "score_communication", version = "0.1.1") # part of 0.5.0-alpha release
53+
bazel_dep(name = "score_communication", version = "0.1.2") # part of 0.5.0-beta release
5454
bazel_dep(name = "score_scrample", version = "0.1.0") # part of 0.5.0-alpha release
5555
bazel_dep(name = "score_persistency", version = "0.2.1") # part of 0.5.0-alpha release
5656

0 commit comments

Comments
 (0)