Skip to content

Commit

Permalink
Update supported Elixir version to 1.11+
Browse files Browse the repository at this point in the history
  • Loading branch information
devinus committed Jun 25, 2021
1 parent 875b8a2 commit a74680f
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 @@ -11,7 +11,7 @@ defmodule Poison.Mixfile do
app: :poison,
name: "Poison",
version: @version,
elixir: "~> 1.10",
elixir: "~> 1.11",
description: "An incredibly fast, pure Elixir JSON library",
source_url: "https://github.com/devinus/poison",
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit a74680f

Please sign in to comment.