Skip to content

Commit 78f04c8

Browse files
committed
Update required min elixir version (#50)
1 parent 43708a4 commit 78f04c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Diff.MixProject do
55
[
66
app: :diff,
77
version: "0.1.0",
8-
elixir: "~> 1.5",
8+
elixir: "~> 1.10",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
1111
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)