From 5a17b126525b9e620c3ef6b2922814ff7b089df4 Mon Sep 17 00:00:00 2001 From: Stephen Sherratt Date: Wed, 19 Mar 2025 18:19:31 +1100 Subject: [PATCH] Update ocamlformat version This fixes a problem where the project cannot be solved when `with-test` is true. It depended on ocamlformat.0.16.0 which in turn depends on ppxlib < 0.22, but this project also depends on ppxlib >= 0.28.0, so no solution was possible. Signed-off-by: Stephen Sherratt --- bisect_ppx.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bisect_ppx.opam b/bisect_ppx.opam index 77a20062..81e422f5 100644 --- a/bisect_ppx.opam +++ b/bisect_ppx.opam @@ -25,7 +25,7 @@ depends: [ "ppxlib" {>= "0.28.0"} "dune" {with-test & >= "3.0.0"} - "ocamlformat" {with-test & = "0.16.0"} + "ocamlformat" {with-test & = "0.27.0"} ] build: [