Skip to content

Commit ff9303b

Browse files
pi8027strub
authored andcommitted
Allow Coq 8.15 in the OPAM file
1 parent c4bb039 commit ff9303b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coq-mathcomp-multinomials.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build: [
1010
[ "dune" "build" "-p" name "-j" jobs ]
1111
]
1212
depends: [
13-
"coq" {(>= "8.10" & < "8.15~") | = "dev"}
13+
"coq" {(>= "8.10" & < "8.16~") | = "dev"}
1414
"dune" {>= "2.5"}
1515
"coq-mathcomp-ssreflect" {(>= "1.12" & < "1.14~") | = "dev"}
1616
"coq-mathcomp-algebra"

0 commit comments

Comments
 (0)