Skip to content

Commit

Permalink
Merge pull request #365 from akira/akira/fix_typo
Browse files Browse the repository at this point in the history
Update mix option for poison to fix typo
  • Loading branch information
akira authored Feb 24, 2019
2 parents 2165f86 + 9f68adf commit 5c26aa1
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 @@ -40,7 +40,7 @@ defmodule Exq.Mixfile do
[
{:elixir_uuid, ">= 1.2.0"},
{:redix, ">= 0.8.1"},
{:poison, ">= 1.2.0 or ~> 2.0", optiona: true},
{:poison, ">= 1.2.0 or ~> 2.0", optional: true},
{:jason, "~> 1.0", optional: true},
{:excoveralls, "~> 0.6", only: :test},
{:flaky_connection, git: "https://github.com/hamiltop/flaky_connection.git", only: :test},
Expand Down

0 comments on commit 5c26aa1

Please sign in to comment.