From 16d31d97891acb3ead691222914acc2d88a22201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Vouillon?= Date: Fri, 20 Sep 2024 13:18:16 +0200 Subject: [PATCH] Update js_of_ocaml dependency --- dune-project | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dune-project b/dune-project index 639d267..4400621 100644 --- a/dune-project +++ b/dune-project @@ -24,7 +24,7 @@ (depopts (lwt (>= 5.3.0)) (base64 (>= 3.2.0)) - (js_of_ocaml-tyxml (>= 3.4.0)))) + (js_of_ocaml-tyxml (>= 5.5.0)))) (package (name ezjs_amcharts3) @@ -40,7 +40,7 @@ (package (name ezjs_disqus) (synopsis "Binding for Disqus") - (depends (js_of_ocaml-ppx (>= 3.4.0)))) + (depends (js_of_ocaml-ppx (>= 5.5.0)))) (package (name ezjs_gauth)