Skip to content

Commit

Permalink
Require Elixir >= 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
devinus committed Jul 27, 2018
1 parent aa22309 commit 8f689c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule Poison.Mixfile do
[
app: :poison,
version: @version,
elixir: "~> 1.4",
elixir: "~> 1.6",
description: "An incredibly fast, pure Elixir JSON library",
consolidate_protocols: not (Mix.env() in [:dev, :test]),
deps: deps(),
Expand Down

0 comments on commit 8f689c5

Please sign in to comment.