Skip to content

Commit

Permalink
bump jose
Browse files Browse the repository at this point in the history
  • Loading branch information
goosedb committed Nov 23, 2023
1 parent f5531cc commit 7e9d86f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion servant-auth/servant-auth-client/servant-auth-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ test-suite spec
, transformers >= 0.4.2.0 && < 0.7
, wai >= 3.2.1.2 && < 3.3
, warp >= 3.2.25 && < 3.4
, jose >= 0.10 && < 0.11
, jose >= 0.10 && < 0.12
other-modules:
Servant.Auth.ClientSpec
default-language: Haskell2010
2 changes: 1 addition & 1 deletion servant-auth/servant-auth/servant-auth.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ library
base >= 4.10 && < 4.19
, containers >= 0.6 && < 0.7
, aeson >= 2.0 && < 3
, jose >= 0.10 && < 0.11
, jose >= 0.10 && < 0.12
, lens >= 4.16.1 && < 5.3
, servant >= 0.15 && < 0.21
, text >= 1.2.3.0 && < 2.1
Expand Down

0 comments on commit 7e9d86f

Please sign in to comment.