Skip to content

Commit 4f44c71

Browse files
committed
Fix osiris and ra git branches in workspace_helpers.bzl
1 parent d77cf11 commit 4f44c71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workspace_helpers.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ erlang_app(
170170

171171
git_repository(
172172
name = "osiris",
173-
branch = "use-rules_erlang",
173+
branch = "main",
174174
remote = "https://github.com/rabbitmq/osiris.git",
175175
)
176176

@@ -211,7 +211,7 @@ erlang_app(
211211

212212
git_repository(
213213
name = "ra",
214-
branch = "use-rules_erlang",
214+
branch = "main",
215215
remote = "https://github.com/rabbitmq/ra.git",
216216
)
217217

0 commit comments

Comments
 (0)