File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ bazel_dep(
25
25
26
26
bazel_dep (
27
27
name = "rules_erlang" ,
28
- version = "3.7.1 " ,
28
+ version = "3.7.2 " ,
29
29
)
30
30
31
31
erlang_config = use_extension (
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ git_repository(
119
119
git_repository (
120
120
name = "rules_erlang" ,
121
121
remote = "https://github.com/rabbitmq/rules_erlang.git" ,
122
- tag = "3.7.1 " ,
122
+ tag = "3.7.2 " ,
123
123
)
124
124
125
125
load (
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ platform(
15
15
name = "erlang_linux_23_platform" ,
16
16
constraint_values = [
17
17
"@erlang_config//:erlang_23" ,
18
- "@erlang_config//:erlang_23_any_minor" ,
19
18
"@elixir_config//:elixir_1_10" ,
20
19
],
21
20
parents = ["@rbe//config:platform" ],
@@ -25,7 +24,6 @@ platform(
25
24
name = "erlang_linux_24_platform" ,
26
25
constraint_values = [
27
26
"@erlang_config//:erlang_24" ,
28
- "@erlang_config//:erlang_24_any_minor" ,
29
27
"@elixir_config//:elixir_1_12" ,
30
28
],
31
29
parents = ["@rbe//config:platform" ],
You can’t perform that action at this time.
0 commit comments