Skip to content

Commit ef536f1

Browse files
lwt_ppx generates code for lwt6+
1 parent 3700475 commit ef536f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
(depends
3232
(ocaml (>= 4.08))
3333
(ppxlib (>= 0.36))
34-
(lwt (>= 5.7))))
34+
(lwt (>= 6))))
3535

3636
(package
3737
(name lwt_ppx__ppx_let_tests)

lwt_ppx.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"dune" {>= "3.15"}
1616
"ocaml" {>= "4.08"}
1717
"ppxlib" {>= "0.36"}
18-
"lwt" {>= "5.7"}
18+
"lwt" {>= "6"}
1919
"odoc" {with-doc}
2020
]
2121
build: [

0 commit comments

Comments
 (0)