Skip to content

Commit

Permalink
Update mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipJakab authored Feb 19, 2024
1 parent ddafedc commit 2fb2d84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ defmodule OpenIDConnect.Mixfile do

defp deps do
[
{:jason, ">= 1.0.0"},
{:finch, "~> 0.14"},
{:jose, "~> 1.8"},
{:jason, ">= 1.4"},
{:finch, "~> 0.18"},
{:jose, "~> 1.11"},

# Test deps
{:earmark, "~> 1.2", only: :dev},
Expand Down

0 comments on commit 2fb2d84

Please sign in to comment.