Skip to content

Commit 9fe73d2

Browse files
authored
Merge pull request #6007 from rabbitmq/mergify/bp/v3.9.x/pr-6006
Use Elixir 1.13.x with otp 24.x in bazel build (backport #6003) (backport #6004) (backport #6006)
2 parents 2dc89f9 + 8cf27f2 commit 9fe73d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/platforms/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ platform(
2424
name = "erlang_linux_24_platform",
2525
constraint_values = [
2626
"@erlang_config//:erlang_24",
27-
"@elixir_config//:elixir_1_12",
27+
"@elixir_config//:elixir_1_13",
2828
],
2929
parents = ["@rbe//config:platform"],
3030
)

0 commit comments

Comments
 (0)