From 490a758050fdc3f39cf2bfe1a770454f2fc45957 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Tue, 19 Jul 2016 13:05:01 +0200 Subject: [PATCH] Upgrade Elixir version to 1.2 in rebar config This matches the version used in mix.exs --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 9ef8bc0fc..7b65ead2c 100644 --- a/rebar.config +++ b/rebar.config @@ -39,7 +39,7 @@ "6e7fc924506e2dc166a6170e580ce1d95ebbd5bd"}}}, % for riak_pb-2.1.0.7 with correct meck dependency %% Elixir support, needed to run tests {if_var_true, elixir, {elixir, ".*", {git, "https://github.com/elixir-lang/elixir", - {tag, "v1.1.1"}}}}, + {tag, "v1.2.6"}}}}, %% TODO: When modules are fully migrated to new structure and mix, we will not need anymore rebar_elixir_plugin {if_var_true, elixir, {rebar_elixir_plugin, ".*", {git, "https://github.com/processone/rebar_elixir_plugin", "0.1.0"}}},