diff --git a/dune-project b/dune-project index 8a3bd4e..585a758 100644 --- a/dune-project +++ b/dune-project @@ -11,11 +11,9 @@ (synopsis "Generate ATD types out of JSON Schema and OpenAPI document") (description "Generate ATD types out of JSON Schema and OpenAPI document") (depends - (ocaml (>= 4.08)) - atdgen - atdgen-runtime + (ocaml (>= 4.10)) + (atdgen (>= 2.7)) (cmdliner (>= 1.1.0)) - (dune :build) dune-build-info (ocaml-lsp-server :with-dev-setup) (ocamlformat (and :with-dev-setup (= 0.24.1))) diff --git a/jsonschema2atd.opam b/jsonschema2atd.opam index 8f0772b..9206ead 100644 --- a/jsonschema2atd.opam +++ b/jsonschema2atd.opam @@ -8,11 +8,10 @@ authors: ["Ahrefs"] homepage: "https://github.com/ahrefs/jsonschema2atd" bug-reports: "https://github.com/ahrefs/jsonschema2atd/issues" depends: [ + "dune" {>= "3.0"} "ocaml" {>= "4.10"} "atdgen" {>= "2.7"} - "atdgen-runtime" "cmdliner" {>= "1.1.0"} - "dune" {>= "3.0" & build} "dune-build-info" "ocaml-lsp-server" {with-dev-setup} "ocamlformat" {with-dev-setup & = "0.24.1"}