Skip to content

Commit

Permalink
Add Elixir version requirement >= 1.6.0-dev to umbrella project's mix…
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
JakeBecker committed Nov 14, 2017
1 parent c8a6912 commit 2e407f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Expand Up @@ -7,7 +7,8 @@ defmodule ElixirLS.Mixfile do
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
build_per_environment: false,
deps: deps()
deps: deps(),
elixir: ">= 1.6.0-dev"
]
end

Expand Down

0 comments on commit 2e407f6

Please sign in to comment.