Bump minimum Elixir version to 1.10
1.9 being end-of-life
This commit is contained in:
parent
24af2e1c58
commit
ec80a1e405
8 changed files with 9 additions and 19 deletions
|
|
@ -5,7 +5,7 @@ defmodule Restarter.MixProject do
|
|||
[
|
||||
app: :restarter,
|
||||
version: "0.1.0",
|
||||
elixir: "~> 1.8",
|
||||
elixir: "~> 1.10",
|
||||
start_permanent: Mix.env() == :prod,
|
||||
deps: deps()
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue