Skip to content

Commit 7e9d86f

Browse files
committed
bump jose
1 parent f5531cc commit 7e9d86f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

servant-auth/servant-auth-client/servant-auth-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ test-suite spec
7474
, transformers >= 0.4.2.0 && < 0.7
7575
, wai >= 3.2.1.2 && < 3.3
7676
, warp >= 3.2.25 && < 3.4
77-
, jose >= 0.10 && < 0.11
77+
, jose >= 0.10 && < 0.12
7878
other-modules:
7979
Servant.Auth.ClientSpec
8080
default-language: Haskell2010

servant-auth/servant-auth/servant-auth.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ library
3636
base >= 4.10 && < 4.19
3737
, containers >= 0.6 && < 0.7
3838
, aeson >= 2.0 && < 3
39-
, jose >= 0.10 && < 0.11
39+
, jose >= 0.10 && < 0.12
4040
, lens >= 4.16.1 && < 5.3
4141
, servant >= 0.15 && < 0.21
4242
, text >= 1.2.3.0 && < 2.1

0 commit comments

Comments
 (0)