Skip to content

Commit f20cce9

Browse files
authored
Merge pull request ocaml#21972 from kit-ty-kate/fix-13
vecosek-scene is not compatible with yojson 2.0.0
2 parents 49a7c65 + adc92d8 commit f20cce9

File tree

1 file changed

+2
-2
lines changed
  • packages/vecosek-scene/vecosek-scene.0.0.0

1 file changed

+2
-2
lines changed

packages/vecosek-scene/vecosek-scene.0.0.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ depends: [
1616
"jbuilder" {>= "1.0+beta20"}
1717
"nonstd"
1818
"sosa"
19-
"yojson"
20-
"atdgen"
19+
"yojson" {< "2.0.0"}
20+
"atdgen" {< "2.10.0"}
2121
]
2222
synopsis: ""
2323
description: """

0 commit comments

Comments
 (0)