Skip to content

Commit 14c1278

Browse files
authored
Merge pull request #6003 from rabbitmq/rin/update-elixir-version
Use Elixir 1.13.x with otp 24.x in bazel build
2 parents aa2333c + c494c7f commit 14c1278

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)