X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=7320ac543b7b9e476ef2a3e282e04027e1cafc27;hb=37e5014d3ee571622d324cdadfc2bf7c345cc1fc;hp=00733c26a64fe3a085b6f873159a109bd61f1af5;hpb=f0d41a3abf3e584c90c96644f73d533ea0680237;p=akkoma diff --git a/mix.exs b/mix.exs index 00733c26a..7320ac543 100644 --- a/mix.exs +++ b/mix.exs @@ -41,6 +41,7 @@ defmodule Pleroma.Mixfile do {:calendar, "~> 0.16.1"}, {:cachex, "~> 2.1"}, {:httpoison, "~> 0.11.2"}, + {:jason, "~> 1.0"}, {:ex_machina, "~> 2.0", only: :test}, {:credo, "~> 0.7", only: [:dev, :test]}] end