Skip to content

Commit

Permalink
Bump jose version (#1716)
Browse files Browse the repository at this point in the history
Co-authored-by: goosedb <[email protected]>
  • Loading branch information
goosedb and goosedb authored Nov 27, 2023
1 parent d06a2dd commit 50e3bfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-server/servant-auth-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ library
, data-default-class >= 0.1.2.0 && < 0.2
, entropy >= 0.4.1.3 && < 0.5
, http-types >= 0.12.2 && < 0.13
, jose >= 0.10 && < 0.11
, jose >= 0.10 && < 0.12
, lens >= 4.16.1 && < 5.3
, memory >= 0.14.16 && < 0.19
, monad-time >= 0.3.1.0 && < 0.5
Expand Down
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.20
, 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.2
Expand Down

0 comments on commit 50e3bfb

Please sign in to comment.