Skip to content

Commit

Permalink
downgrade to plug v1.13.2 for #76
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Oct 13, 2022
1 parent f5eba5e commit 07ab03c
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 @@ -4,7 +4,7 @@ defmodule AuthPlug.MixProject do
def project do
[
app: :auth_plug,
version: "1.4.15",
version: "1.4.16",
elixir: "~> 1.12",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down Expand Up @@ -48,7 +48,7 @@ defmodule AuthPlug.MixProject do
{:joken, "~> 2.5.0"},

# Plug helper functions: github.com/elixir-plug/plug
{:plug, "~> 1.13.3"},
{:plug, "~> 1.13.2"},

# Decoding JSON data: https://hex.pm/packages/jason
{:jason, "~> 1.3"},
Expand Down

0 comments on commit 07ab03c

Please sign in to comment.