Skip to content

Commit 985d0c5

Browse files
committed
fixed lua-resty-jwt version
1 parent b9fd68e commit 985d0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lua-resty-openidc-1.7.2-1.rockspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = {
2525
"lua >= 5.1",
2626
"lua-resty-http >= 0.08",
2727
"lua-resty-session >= 2.8",
28-
"lua-resty-jwt >= 0.2.0"
28+
"lua-resty-jwt == 0.2.0"
2929
}
3030
build = {
3131
type = "builtin",

0 commit comments

Comments
 (0)