Skip to content

Commit 4165b83

Browse files
authored
Allow lens-aeson 1.2 (#27)
Fixes #26
1 parent 548ac0e commit 4165b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-openapi3.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ test-suite spec
118118
, hspec >=2.6.0 && <2.10
119119
, QuickCheck
120120
, lens
121-
, lens-aeson >=1.0.2 && <1.2
121+
, lens-aeson >=1.0.2 && <1.3
122122
, servant
123123
, servant-openapi3
124124
-- openapi3 3.1.0 fixes some ordering-related issues, making tests stable

0 commit comments

Comments
 (0)