Skip to content

Commit 821a3ac

Browse files
committed
update deps see issue #51
1 parent 714fb17 commit 821a3ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ to your list of dependencies in `mix.exs`:
156156
```elixir
157157
def deps do
158158
[
159-
{:auth_plug, "~> 1.4.11"}
159+
{:auth_plug, "~> 1.4.13"}
160160
]
161161
end
162162
```

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule AuthPlug.MixProject do
44
def project do
55
[
66
app: :auth_plug,
7-
version: "1.4.12",
7+
version: "1.4.13",
88
elixir: "~> 1.12",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,
@@ -48,10 +48,10 @@ defmodule AuthPlug.MixProject do
4848
{:joken, "~> 2.4.1"},
4949

5050
# Plug helper functions: github.com/elixir-plug/plug
51-
{:plug, "~> 1.13.3"},
51+
{:plug, "~> 1.13.4"},
5252

5353
# Decoding JSON data: https://hex.pm/packages/jason
54-
{:jason, "~> 1.2"},
54+
{:jason, "~> 1.3"},
5555

5656
# Track coverage: github.com/parroty/excoveralls
5757
{:excoveralls, "~> 0.14.3", only: :test},

0 commit comments

Comments
 (0)