diff options
-rw-r--r-- | mix.exs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |