Skip to content

Commit

Permalink
Relax joken + plug dependency constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Zitter committed Oct 24, 2024
1 parent e6fcd25 commit 4ad8269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ defmodule Ibanity.MixProject do
{:recase, "~> 0.7"},
{:ex_crypto, "~> 0.9.0"},
{:retry, "~> 0.15"},
{:joken, "~> 2.4.1"},
{:plug, "~> 1.13.6", optional: true},
{:joken, "~> 2.4"},
{:plug, "~> 1.13", optional: true},
{:mime, "~> 2.0", optional: true},
{:ex_doc, "~> 0.34", only: :dev, runtime: false},
{:credo, "~> 1.7.1", only: [:dev, :test], runtime: false},
Expand Down

0 comments on commit 4ad8269

Please sign in to comment.