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 716c3b8 commit 8694d6eCopy full SHA for 8694d6e
workspace_helpers.bzl
@@ -155,13 +155,12 @@ erlang_app(
155
sha256 = "a41b6d3e11a3444e063e09cc225f7f3e631ce14019e5fbcaebfda89b1bd788ea",
156
)
157
158
- # v1.2.4 of osiris still assumes bazel-erlang, so we import it via rules_erlang here
159
github_erlang_app(
160
name = "osiris",
161
org = "rabbitmq",
162
- ref = "refs/tags/v1.2.4",
163
- version = "1.2.4",
164
- sha256 = "f225265995ee8ab148c61a98fcbcf61eebc222027a006eb19586b7a6c9d03008",
+ ref = "refs/tags/v1.2.5",
+ version = "1.2.5",
+ sha256 = "6d39f32a39d5d3c67cbce59afc007191197182a95a530b4a0c41b5aacda902b3",
165
build_file = rabbitmq_workspace + "//:BUILD.osiris",
166
167
0 commit comments