Skip to content

Commit

Permalink
restore swoosh newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
augnustin committed May 22, 2019
1 parent a9b75a4 commit 37c2ede
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mix.exs
Expand Up @@ -42,7 +42,8 @@ defmodule Vae.Mixfile do
:persistent_ets,
:pdf_generator,
:observer_cli,
:oauth2
:oauth2,
:swoosh
]
]
end
Expand Down Expand Up @@ -90,7 +91,8 @@ defmodule Vae.Mixfile do
{:observer_cli, "~> 1.4"},
{:filterable, "~> 0.7.0"},
{:oauth2, "~> 0.9"},
{:inflex, "~> 1.10.0"}
{:inflex, "~> 1.10.0"},
{:swoosh, "~> 0.23"}
]
end

Expand Down

0 comments on commit 37c2ede

Please sign in to comment.