Skip to content

Commit

Permalink
Update mix option for poison to fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akira committed Feb 24, 2019
1 parent 2165f86 commit 9f68adf
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 9f68adf

Please sign in to comment.