aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-02-06 16:40:40 +0100
committerneodarz <neodarz@neodarz.net>2017-02-06 16:40:40 +0100
commit037aa08e81bfdd565fc30813207360ad8b84a26b (patch)
treebd047e386b04b49e8f8b973af86ce1c01b4be0ad /mix.exs
parentdde39c5c3853d70d2ea745e93f3624b5b0214fa2 (diff)
downloadthe_transcriber_backend-037aa08e81bfdd565fc30813207360ad8b84a26b.tar.xz
the_transcriber_backend-037aa08e81bfdd565fc30813207360ad8b84a26b.zip
Add ja_serializer library
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
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.