Skip to content

Commit adc92d8

Browse files
committed
vecosek-scene is not compatible with yojson 2.0.0 (expects yojson to use biniou)
1 parent 49a7c65 commit adc92d8

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)