File tree 3 files changed +11
-7
lines changed
3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 69
69
include :
70
70
- elixir : " 1.15.0"
71
71
unstable : false
72
- - elixir : " 1.15.7 "
72
+ - elixir : " 1.15.8 "
73
73
unstable : false
74
- - elixir : " 1.16.2"
74
+ - elixir : " 1.16.3"
75
+ unstable : false
76
+ - elixir : " 1.17.3"
77
+ unstable : false
78
+ - elixir : " 1.18.0"
75
79
unstable : false
76
80
- elixir : " main"
77
81
unstable : true
Original file line number Diff line number Diff line change 1
- erlang 26.2.4
2
- elixir 1.16.2
1
+ erlang 27.2
2
+ elixir 1.18.0
Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ defmodule Oidcc.Plug.IntrospectToken do
54
54
client_id: String . t ( ) | ( -> String . t ( ) ) ,
55
55
client_secret: String . t ( ) | ( -> String . t ( ) ) ,
56
56
token_introspection_opts: :oidcc_token_introspection . opts ( ) ,
57
- send_inactive_token_response:
58
- ( conn :: Plug.Conn . t ( ) , introspection :: Oidcc.TokenIntrospection . t ( ) ->
59
- Plug.Conn . t ( ) ) ,
57
+ send_inactive_token_response: ( conn :: Plug.Conn . t ( ) ,
58
+ introspection :: Oidcc.TokenIntrospection . t ( ) ->
59
+ Plug.Conn . t ( ) ) ,
60
60
cache: Oidcc.Plug.Cache . t ( )
61
61
]
62
62
You can’t perform that action at this time.
0 commit comments