diff options
-rw-r--r-- | workspace_helpers.bzl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/workspace_helpers.bzl b/workspace_helpers.bzl index 269ece04c6..dfe4717bf6 100644 --- a/workspace_helpers.bzl +++ b/workspace_helpers.bzl @@ -170,7 +170,7 @@ erlang_app( git_repository( name = "osiris", - branch = "use-rules_erlang", + branch = "main", remote = "https://github.com/rabbitmq/osiris.git", ) @@ -211,7 +211,7 @@ erlang_app( git_repository( name = "ra", - branch = "use-rules_erlang", + branch = "main", remote = "https://github.com/rabbitmq/ra.git", ) |