Skip to content

Commit

Permalink
chore: bump ppx_expect to 0.17.0 (#1043)
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg authored Jun 24, 2024
1 parent 935db5f commit b0dfbde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
(depends
(ocaml
(>= 4.08))
(ppx_expect :with-test)
(ppx_expect (and :with-test (>= v0.17.0)))
(alcotest :with-test)
(base_quickcheck :with-test)
(ppx_assert :with-test)
Expand Down
2 changes: 1 addition & 1 deletion http.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.08"}
"ppx_expect" {with-test}
"ppx_expect" {with-test & >= "v0.17.0"}
"alcotest" {with-test}
"base_quickcheck" {with-test}
"ppx_assert" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion http/test/bytebuffer/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; in dune-project
ppx_expect.config
ppx_expect.config_types
ppx_expect.common
ppx_expect
base
ppx_inline_test.config)
(inline_tests)
Expand Down

0 comments on commit b0dfbde

Please sign in to comment.