constrain Yojson version for now (Yojson 2 emits different format in test output)

This commit is contained in:
Rijnard van Tonder 2022-06-20 12:51:58 -07:00
parent 15cd6d67e6
commit 4cea3dd70b
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ depends: [
"mparser-pcre"
"ppx_deriving"
"ppx_deriving_yojson" {>= "3.6.0"}
"yojson" {>= "1.6.0"}
"yojson" {>= "1.6.0" < "2.0.0"}
"pcre"
# vendored dependencies
"bigstringaf"

View File

@ -25,7 +25,7 @@ depends: [
"lwt"
"cohttp"
"cohttp-lwt-unix"
"yojson"
"yojson" {>= "1.6.0" < "2.0.0"}
"bisect_ppx" {with-test & dev & >= "2.5.0"}
]
synopsis: "A match engine for structural code search and replace that supports ~every language"

View File

@ -41,7 +41,7 @@ depends: [
"patience_diff" {>= "v0.14" & < "v0.15"}
"ppx_deriving"
"ppx_deriving_yojson" {>= "3.6.0"}
"yojson" {>= "1.6.0"}
"yojson" {>= "1.6.0" < "2.0.0"}
"pcre"
"shell"
"tar"