From 037aa08e81bfdd565fc30813207360ad8b84a26b Mon Sep 17 00:00:00 2001 From: neodarz Date: Mon, 6 Feb 2017 16:40:40 +0100 Subject: Add ja_serializer library --- mix.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mix.exs') diff --git a/mix.exs b/mix.exs index 6257534..4e83937 100644 --- a/mix.exs +++ b/mix.exs @@ -37,7 +37,8 @@ defmodule TheTranscriberBackend.Mixfile do {:phoenix_html, "~> 2.6"}, {:phoenix_live_reload, "~> 1.0", only: :dev}, {:gettext, "~> 0.11"}, - {:cowboy, "~> 1.0"}] + {:cowboy, "~> 1.0"}, + {:ja_serializer, "~> 0.11.2"}] end # Aliases are shortcuts or tasks specific to the current project. -- cgit v1.2.1