Skip to content

Commit 7f69e90

Browse files
authored
Merge pull request #28020 from mseri/kappa-lib
kappa-library 4.1.3 needs an upper bound on yojson
2 parents 0d71120 + 17a94a2 commit 7f69e90

File tree

1 file changed

+1
-1
lines changed
  • packages/kappa-library/kappa-library.4.1.3

1 file changed

+1
-1
lines changed

packages/kappa-library/kappa-library.4.1.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bug-reports: "https://github.com/Kappa-Dev/KappaTools/issues"
2323
depends: [
2424
"dune" {>= "2.9"}
2525
"ocaml" {>= "4.13.0" & < "5.0.0"}
26-
"yojson" {>= "2.0"}
26+
"yojson" {>= "2.0" & < "2.2.0"}
2727
"lwt" {>= "4.2.0"}
2828
"num"
2929
"re"

0 commit comments

Comments
 (0)