Skip to content

Commit 193d86c

Browse files
committed
require dream >= 1.0.0~alpha3
1 parent 5156c7e commit 193d86c

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
@@ -64,4 +64,4 @@ the Why3 platform.")
6464
(cmdliner (>= 1.1.0))
6565
(stdlib-shims (>= 0.1.0))
6666
(lwt_ppx (>= 1.0.0))
67-
(dream (>= 1.0.0~alpha1))))
67+
(dream (>= 1.0.0~alpha3))))

lambdapi.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ depends: [
6262
"cmdliner" {>= "1.1.0"}
6363
"stdlib-shims" {>= "0.1.0"}
6464
"odoc" {with-doc}
65-
"dream" {>= "1.0.0~alpha1"}
6665
"lwt_ppx" {>= "1.0.0"}
66+
"dream" {>= "1.0.0~alpha3"}
6767
]
6868
build: [
6969
["dune" "subst"] {dev}

0 commit comments

Comments
 (0)