Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit fad3014

Browse files
committed
fix(github-signin): missing json encoder deps, get Posion back
1 parent acd9146 commit fad3014

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mix.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ defmodule GroupherServer.Mixfile do
7070
# CORS
7171
{:corsica, "~> 1.1.2"},
7272
{:tesla, "~> 0.10.0"},
73+
# only used for tesla's JSON-encoder
74+
{:poison, "~> 3.1"},
7375
# for fake data in test env
7476
{:faker, "~> 0.9"},
7577
{:scrivener_ecto,

0 commit comments

Comments
 (0)