Skip to content

Commit

Permalink
Add lower bound on yojson 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Jul 5, 2023
1 parent 774872f commit 15b9208
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion aws-autoscaling.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
"yojson" {with-test & >= "1.7.0" & < "2.0"}
"yojson" {with-test & >= "2.0"}
]
build: [
["dune" "subst"] {pinned}
Expand Down
2 changes: 1 addition & 1 deletion aws-cloudformation.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
"yojson" {with-test & >= "1.7.0" & < "2.0"}
"yojson" {with-test & >= "2.0"}
]
build: [
["dune" "subst"] {pinned}
Expand Down
2 changes: 1 addition & 1 deletion aws-cloudtrail.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
"yojson" {with-test & >= "1.7.0" & < "2.0"}
"yojson" {with-test & >= "2.0"}
]
build: [
["dune" "subst"] {pinned}
Expand Down
2 changes: 1 addition & 1 deletion aws-cloudwatch.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
"yojson" {with-test & >= "1.7.0" & < "2.0"}
"yojson" {with-test & >= "2.0"}
]
build: [
["dune" "subst"] {pinned}
Expand Down
2 changes: 1 addition & 1 deletion aws-ec2.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
"yojson" {with-test & >= "1.7.0" & < "2.0"}
"yojson" {with-test & >= "2.0"}
]
build: [
["dune" "subst"] {pinned}
Expand Down
2 changes: 1 addition & 1 deletion aws-elasticache.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
"yojson" {with-test & >= "1.7.0" & < "2.0"}
"yojson" {with-test & >= "2.0"}
]
build: [
["dune" "subst"] {pinned}
Expand Down
2 changes: 1 addition & 1 deletion aws-elasticloadbalancing.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
"yojson" {with-test & >= "1.7.0" & < "2.0"}
"yojson" {with-test & >= "2.0"}
]
build: [
["dune" "subst"] {pinned}
Expand Down
3 changes: 1 addition & 2 deletions aws-gen.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git"
depends: [
"ocaml" {>= "4.08"}
"atdgen" {>= "2.10"}
"yojson"
"yojson" {>= "2.0"}
"base-unix"
"cmdliner" {>= "1.1.0"}
"fmt"
"yojson" {>= "1.7.0" & < "2.0"}
"ocaml-compiler-libs" {>= "0.11.0" }
"ocamlgraph"
"dune" {>= "2.7"}
Expand Down
2 changes: 1 addition & 1 deletion aws-kms.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
"yojson" {with-test & >= "1.7.0" & < "2.0"}
"yojson" {with-test & "2.0"}
]
build: [
["dune" "subst"] {pinned}
Expand Down
2 changes: 1 addition & 1 deletion aws-rds.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
"yojson" {with-test & >= "1.7.0" & < "2.0"}
"yojson" {with-test & >= "2.0"}
]
build: [
["dune" "subst"] {pinned}
Expand Down
2 changes: 1 addition & 1 deletion aws-route53.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
"yojson" {with-test & >= "1.7.0" & < "2.0"}
"yojson" {with-test & "2.0"}
]
build: [
["dune" "subst"] {pinned}
Expand Down
2 changes: 1 addition & 1 deletion aws-sdb.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
"yojson" {with-test & >= "1.7.0" & < "2.0"}
"yojson" {with-test & >= "2.0"}
]
build: [
["dune" "subst"] {pinned}
Expand Down
2 changes: 1 addition & 1 deletion aws-sqs.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
"yojson" {with-test & >= "1.7.0" & < "2.0"}
"yojson" {with-test & >= "2.0"}
]
build: [
["dune" "subst"] {pinned}
Expand Down
2 changes: 1 addition & 1 deletion aws-ssm.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
"yojson" {with-test & >= "1.7.0" & < "2.0"}
"yojson" {with-test & >= "2.0"}
]
build: [
["dune" "subst"] {pinned}
Expand Down
2 changes: 1 addition & 1 deletion aws-sts.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"cohttp-lwt" {with-test & >= "2.4.0"}
"cohttp-lwt-unix" {with-test & >= "2.4.0"}
"lwt" {with-test & >= "4.0.0"}
"yojson" {with-test & >= "1.7.0" & < "2.0"}
"yojson" {with-test & >= "2.0"}
]
build: [
["dune" "subst"] {pinned}
Expand Down

0 comments on commit 15b9208

Please sign in to comment.