From 951da6b62972f290e4989c9fa56dea63a8a6bb88 Mon Sep 17 00:00:00 2001 From: Egor Chemokhonenko Date: Tue, 9 Jan 2024 15:43:58 +0000 Subject: [PATCH] Bump ocaml version to 4.10 and atdgen to 2.7.0 --- jsonschema2atd.opam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsonschema2atd.opam b/jsonschema2atd.opam index eb2e85c..8f0772b 100644 --- a/jsonschema2atd.opam +++ b/jsonschema2atd.opam @@ -8,8 +8,8 @@ authors: ["Ahrefs"] homepage: "https://github.com/ahrefs/jsonschema2atd" bug-reports: "https://github.com/ahrefs/jsonschema2atd/issues" depends: [ - "ocaml" {>= "4.08"} - "atdgen" + "ocaml" {>= "4.10"} + "atdgen" {>= "2.7"} "atdgen-runtime" "cmdliner" {>= "1.1.0"} "dune" {>= "3.0" & build}