Skip to content

Commit

Permalink
Merge pull request ocaml#27139 from fpottier/master
Browse files Browse the repository at this point in the history
Add [with-test] in the dependencies of baby and hector on monolith.
  • Loading branch information
mseri authored Dec 18, 2024
2 parents 90432e1 + 502c710 commit f195fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/baby/baby.20241204/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ depends: [
"dune" {>= "3.11"}
"ocaml" {>= "4.14"}
"cppo" {>= "1.8.0"}
"monolith" {>= "20241126"}
"monolith" {with-test & >= "20241126"}
"odoc" {with-doc}
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion packages/hector/hector.20241208/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ depends: [
"dune" {>= "3.11"}
"ocaml" {>= "4.14"}
"cppo"
"monolith" {>= "20241126"}
"monolith" {with-test & >= "20241126"}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit f195fd3

Please sign in to comment.