Skip to content

Commit dae408f

Browse files
committed
Same visitors lower bound needed for Morbig < 0.11
1 parent 1540424 commit dae408f

File tree

2 files changed

+2
-2
lines changed
  • packages/morbig

2 files changed

+2
-2
lines changed

packages/morbig/morbig.0.10.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ depends: [
2727
"ocaml" {>= "4.04"}
2828
"odoc" {with-doc}
2929
"ppx_deriving_yojson"
30-
"visitors" {>= "20180513"}
30+
"visitors" {>= "20200207"}
3131
"yojson" {< "2.0.0"}
3232
]
3333

packages/morbig/morbig.0.10.4/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ depends: [
2727
"ocaml" {>= "4.04"}
2828
"odoc" {with-doc}
2929
"ppx_deriving_yojson"
30-
"visitors" {>= "20180513"}
30+
"visitors" {>= "20200207"}
3131
"yojson" {>= "1.6.0" & < "2.0.0"}
3232
]
3333

0 commit comments

Comments
 (0)