Skip to content

Commit 2dc89f9

Browse files
authored
Merge pull request #5982 from rabbitmq/mergify/bp/v3.9.x/pr-5973
Use rules_erlang 3.7.2 (backport #5969) (backport #5970) (backport #5973)
2 parents 74a9c90 + 4bca0c8 commit 2dc89f9

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bazel_dep(
2525

2626
bazel_dep(
2727
name = "rules_erlang",
28-
version = "3.7.1",
28+
version = "3.7.2",
2929
)
3030

3131
erlang_config = use_extension(

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ git_repository(
119119
git_repository(
120120
name = "rules_erlang",
121121
remote = "https://github.com/rabbitmq/rules_erlang.git",
122-
tag = "3.7.1",
122+
tag = "3.7.2",
123123
)
124124

125125
load(

bazel/platforms/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ platform(
1515
name = "erlang_linux_23_platform",
1616
constraint_values = [
1717
"@erlang_config//:erlang_23",
18-
"@erlang_config//:erlang_23_any_minor",
1918
"@elixir_config//:elixir_1_10",
2019
],
2120
parents = ["@rbe//config:platform"],
@@ -25,7 +24,6 @@ platform(
2524
name = "erlang_linux_24_platform",
2625
constraint_values = [
2726
"@erlang_config//:erlang_24",
28-
"@erlang_config//:erlang_24_any_minor",
2927
"@elixir_config//:elixir_1_12",
3028
],
3129
parents = ["@rbe//config:platform"],

0 commit comments

Comments
 (0)