We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6df5fc commit 368b280Copy full SHA for 368b280
apps/api/mix.exs
@@ -72,7 +72,7 @@ defmodule Api.MixProject do
72
{:phoenix_live_reload, "~> 1.2", only: :dev},
73
{:gettext, "~> 0.20"},
74
{:jason, "~> 1.0"},
75
- {:guardian, "~> 1.2.1"},
+ {:guardian, "~> 2.3.0"},
76
{:cors_plug, "~> 2.0"},
77
{:plug_cowboy, "~> 2.6.0", override: true},
78
{:reverse_proxy_plug, "~> 2.1.1"},
apps/core/mix.exs
@@ -78,7 +78,7 @@ defmodule Core.MixProject do
{:bourne, "~> 1.1"},
79
{:flow, "~> 0.15.0"},
80
{:joken, "~> 2.5.0"},
81
82
{:arc, "~> 0.11.0"},
83
{:arc_gcs, "~> 0.2.0"},
84
{:porcelain, "~> 2.0"},
0 commit comments