Skip to content

Commit 077b594

Browse files
committed
Require either ppx_expect or ppx_expect_nobase
1 parent cc84df2 commit 077b594

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ocaml-protoc-plugin.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ depends: [
1818
"conf-c++" {with-test}
1919
"dune" {>= "3.12"}
2020
"ocaml" {>= "4.08.0"}
21-
"ppx_expect_nobase"
22-
"ppx_inline_test_nobase"
21+
"ppx_expect" | "ppx_expect_nobase"
22+
"ppx_inline_test" | "ppx_inline_test_nobase"
2323
"ppx_deriving" {with-test}
2424
"bisect_ppx" {with-test}
2525
"odoc" {with-doc}

0 commit comments

Comments
 (0)