Skip to content

Commit

Permalink
Fix ppx_expect dependency (provider-test)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Feb 27, 2024
1 parent d9804d3 commit f13a8cf
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 @@ -40,6 +40,7 @@
(< v0.17)))
(ppx_expect
(and
:with-test
(>= v0.16)
(< v0.17)))
(ppx_hash
Expand Down Expand Up @@ -99,7 +100,6 @@
(< v0.17)))
(ppx_expect
(and
:with-test
(>= v0.16)
(< v0.17)))
(ppx_hash
Expand Down
2 changes: 1 addition & 1 deletion provider-test.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"expect_test_helpers_core" {>= "v0.16" & < "v0.17"}
"ppx_compare" {>= "v0.16" & < "v0.17"}
"ppx_enumerate" {>= "v0.16" & < "v0.17"}
"ppx_expect" {with-test & >= "v0.16" & < "v0.17"}
"ppx_expect" {>= "v0.16" & < "v0.17"}
"ppx_hash" {>= "v0.16" & < "v0.17"}
"ppx_here" {>= "v0.16" & < "v0.17"}
"ppx_js_style" {>= "v0.16" & < "v0.17"}
Expand Down
2 changes: 1 addition & 1 deletion provider.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"bisect_ppx" {dev & >= "2.8.3"}
"ppx_compare" {>= "v0.16" & < "v0.17"}
"ppx_enumerate" {>= "v0.16" & < "v0.17"}
"ppx_expect" {>= "v0.16" & < "v0.17"}
"ppx_expect" {with-test & >= "v0.16" & < "v0.17"}
"ppx_hash" {>= "v0.16" & < "v0.17"}
"ppx_here" {>= "v0.16" & < "v0.17"}
"ppx_js_style" {>= "v0.16" & < "v0.17"}
Expand Down

0 comments on commit f13a8cf

Please sign in to comment.