Skip to content

Commit ab08a3b

Browse files
fhunlethmobileoverlord
authored andcommitted
Update dependency to Elixir 1.6
We're no longer testing on earlier Elixir versions
1 parent 9f50cd5 commit ab08a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defmodule NervesSystemBbb.MixProject do
1010
[
1111
app: @app,
1212
version: @version,
13-
elixir: "~> 1.4",
13+
elixir: "~> 1.6",
1414
compilers: Mix.compilers() ++ [:nerves_package],
1515
nerves_package: nerves_package(),
1616
description: description(),

0 commit comments

Comments
 (0)