Skip to content

Commit

Permalink
Fix rules erlang version in WORKSPACE file
Browse files Browse the repository at this point in the history
it did not match MODULE.bazel as it should
  • Loading branch information
HoloRin authored and mkuratczyk committed Dec 14, 2022
1 parent 9e2dd89 commit 27653f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bazel_dep(

bazel_dep(
name = "rules_erlang",
version = "3.8.3",
version = "3.8.4",
)

erlang_config = use_extension(
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ git_repository(
git_repository(
name = "rules_erlang",
remote = "https://github.com/rabbitmq/rules_erlang.git",
tag = "3.7.2",
tag = "3.8.4",
)

load(
Expand Down

0 comments on commit 27653f5

Please sign in to comment.