Skip to content

Commit f195fd3

Browse files
authored
Merge pull request #27139 from fpottier/master
Add [with-test] in the dependencies of baby and hector on monolith.
2 parents 90432e1 + 502c710 commit f195fd3

File tree

2 files changed

+2
-2
lines changed
  • packages
    • baby/baby.20241204
    • hector/hector.20241208

2 files changed

+2
-2
lines changed

packages/baby/baby.20241204/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ depends: [
1010
"dune" {>= "3.11"}
1111
"ocaml" {>= "4.14"}
1212
"cppo" {>= "1.8.0"}
13-
"monolith" {>= "20241126"}
13+
"monolith" {with-test & >= "20241126"}
1414
"odoc" {with-doc}
1515
]
1616
build: [

packages/hector/hector.20241208/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ depends: [
1010
"dune" {>= "3.11"}
1111
"ocaml" {>= "4.14"}
1212
"cppo"
13-
"monolith" {>= "20241126"}
13+
"monolith" {with-test & >= "20241126"}
1414
"odoc" {with-doc}
1515
]
1616
build: [

0 commit comments

Comments
 (0)