Skip to content

Commit ada1fb8

Browse files
authored
Merge pull request #47 from guoshimin/fix-bounds
fix version bounds for aeson
2 parents a158dcd + fd3920a commit ada1fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes-client/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extra-source-files:
2929
dependencies:
3030
- base >=4.7 && <5.0
3131
- bytestring >=0.10.0 && <0.11
32-
- aeson >=1.0 && <2.0
32+
- aeson >=1.2.2 && <2.0
3333
- connection
3434
- containers
3535
- data-default-class

0 commit comments

Comments
 (0)