Skip to content

Commit 7b65ec6

Browse files
committed
update dependencies
1 parent 5ff9fa8 commit 7b65ec6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

dowsing-lib.opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ depends: [
2323
"trace-tef"
2424
"alcotest" {with-test}
2525
"benchmark" {with-test}
26+
"bechamel" {with-test}
27+
"bechamel-notty" {with-test}
28+
"bechamel-js" {with-test}
2629
"odoc" {with-doc}
2730
]
2831
build: [

dune-project

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
trace-tef
2424
(alcotest :with-test)
2525
(benchmark :with-test)
26+
(bechamel :with-test)
27+
(bechamel-notty :with-test)
28+
(bechamel-js :with-test)
2629
))
2730

2831
(package

0 commit comments

Comments
 (0)