Skip to content

Commit 595330b

Browse files
committed
Bump Elixir requirement to 1.11
This works around issue #22. In theory, it should be possible to work with Elixir 1.10, but I don't think anyone maintain Elixir Circuits uses it any more.
1 parent 94fbc83 commit 595330b

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
@@ -9,7 +9,7 @@ defmodule CircuitsQuickstart.MixProject do
99
[
1010
app: @app,
1111
version: @version,
12-
elixir: "~> 1.10",
12+
elixir: "~> 1.11",
1313
archives: [nerves_bootstrap: "~> 1.9"],
1414
start_permanent: Mix.env() == :prod,
1515
build_embedded: true,

0 commit comments

Comments
 (0)