Skip to content

Commit

Permalink
use ounit2
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro-Barbieri <[email protected]>
  • Loading branch information
Alessandro-Barbieri authored and rgrinberg committed May 28, 2022
1 parent d0c4549 commit a86cab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Contains the `mustache` command line utility for driving logic-less templates.
")
(depends
(jsonm (>= 1.0.1))
(ounit :with-test)
(ounit2 :with-test)
(ezjsonm :with-test)
(menhir (>= 20180703))
(cmdliner (>= 1.0.4))
Expand Down
2 changes: 1 addition & 1 deletion mustache.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bug-reports: "https://github.com/rgrinberg/ocaml-mustache/issues"
depends: [
"dune" {>= "2.7"}
"jsonm" {>= "1.0.1"}
"ounit" {with-test}
"ounit2" {with-test}
"ezjsonm" {with-test}
"menhir" {>= "20180703"}
"cmdliner" {>= "1.0.4"}
Expand Down

0 comments on commit a86cab0

Please sign in to comment.