File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ tags: ["junit" "jenkins" "alcotest"]
10
10
depends: [
11
11
"dune" {>= "1.0"}
12
12
"odoc" {with-doc & >= "1.1.1"}
13
- "alcotest" {>= "0.8.0"}
13
+ "alcotest" {>= "0.8.0" & < "1.9.0" }
14
14
"junit"
15
15
]
16
16
build: [
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ tags: ["junit" "jenkins" "alcotest"]
10
10
depends: [
11
11
"dune" {>= "1.0"}
12
12
"odoc" {with-doc & >= "1.1.1"}
13
- "alcotest"
13
+ "alcotest" {< "1.9.0"}
14
14
"junit" {= version}
15
15
]
16
16
build: [
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ depends: [
11
11
"ocaml" {>= "4.02.3"}
12
12
"jbuilder" {>= "1.0+beta10"}
13
13
"odoc" {with-doc & >= "1.1.1"}
14
- "alcotest" {>= "0.8.0"}
14
+ "alcotest" {>= "0.8.0" & < "1.9.0" }
15
15
"junit"
16
16
]
17
17
build: [
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ tags: ["junit" "jenkins" "alcotest"]
10
10
depends: [
11
11
"dune" {>= "1.0"}
12
12
"odoc" {with-doc & >= "1.1.1"}
13
- "alcotest" {>= "1.7.0"}
13
+ "alcotest" {>= "1.7.0" & < "1.9.0" }
14
14
"junit" {= version}
15
15
]
16
16
build: [
You can’t perform that action at this time.
0 commit comments