Skip to content

Commit c044726

Browse files
committed
build(OPAM): relax the dependency constraints a bit
1 parent deb35ab commit c044726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algaeff.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dev-repo: "git+https://github.com/RedPRL/algaeff.git"
1313
depends: [
1414
"dune" {>= "2.0"}
1515
"base-domains"
16-
"alcotest" {>= "1.5.0" & with-test}
16+
"alcotest" {>= "1.5" & with-test}
1717
"qcheck-core" {>= "0.18" & with-test}
1818
"odoc" {with-doc}
1919
]

0 commit comments

Comments
 (0)