summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2020-07-26 23:07:49 -0400
committerHubert Chathi <hubert@uhoreg.ca>2020-07-26 23:07:49 -0400
commit7b347e840e08857b9ab3e00902984085e9a517bc (patch)
tree08b1cda583a661da67787bfb68d88baffa3a1f9c /mix.exs
parentedit changelog and bump version (diff)
use Jason instead of Poison
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index f6efbc5..7f0a4e2 100644
--- a/mix.exs
+++ b/mix.exs
@@ -50,7 +50,7 @@ defmodule PolyjuiceClient.MixProject do
[
{:ex_doc, "~> 0.21", only: :dev, runtime: false},
{:hackney, "~> 1.12"},
- {:poison, "~> 4.0"},
+ {:jason, "~> 1.2"},
{:polyjuice_util, "~> 0.1.0"}
]
end