File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ to your list of dependencies in `mix.exs`:
156
156
``` elixir
157
157
def deps do
158
158
[
159
- {:auth_plug , " ~> 1.4.11 " }
159
+ {:auth_plug , " ~> 1.4.13 " }
160
160
]
161
161
end
162
162
```
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule AuthPlug.MixProject do
4
4
def project do
5
5
[
6
6
app: :auth_plug ,
7
- version: "1.4.12 " ,
7
+ version: "1.4.13 " ,
8
8
elixir: "~> 1.12" ,
9
9
elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
10
10
start_permanent: Mix . env ( ) == :prod ,
@@ -48,10 +48,10 @@ defmodule AuthPlug.MixProject do
48
48
{ :joken , "~> 2.4.1" } ,
49
49
50
50
# Plug helper functions: github.com/elixir-plug/plug
51
- { :plug , "~> 1.13.3 " } ,
51
+ { :plug , "~> 1.13.4 " } ,
52
52
53
53
# Decoding JSON data: https://hex.pm/packages/jason
54
- { :jason , "~> 1.2 " } ,
54
+ { :jason , "~> 1.3 " } ,
55
55
56
56
# Track coverage: github.com/parroty/excoveralls
57
57
{ :excoveralls , "~> 0.14.3" , only: :test } ,
You can’t perform that action at this time.
0 commit comments