Skip to content

Commit 5c26aa1

Browse files
authored
Merge pull request #365 from akira/akira/fix_typo
Update mix option for poison to fix typo
2 parents 2165f86 + 9f68adf commit 5c26aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ defmodule Exq.Mixfile do
4040
[
4141
{:elixir_uuid, ">= 1.2.0"},
4242
{:redix, ">= 0.8.1"},
43-
{:poison, ">= 1.2.0 or ~> 2.0", optiona: true},
43+
{:poison, ">= 1.2.0 or ~> 2.0", optional: true},
4444
{:jason, "~> 1.0", optional: true},
4545
{:excoveralls, "~> 0.6", only: :test},
4646
{:flaky_connection, git: "https://github.com/hamiltop/flaky_connection.git", only: :test},

0 commit comments

Comments
 (0)