Skip to content

Commit

Permalink
Update js_of_ocaml dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Sep 20, 2024
1 parent cf0f99b commit be6e3c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
(depopts
(lwt (>= 5.3.0))
(base64 (>= 3.2.0))
(js_of_ocaml-tyxml (>= 3.4.0))))
(js_of_ocaml-tyxml (>= 5.5.0))))

(package
(name ezjs_amcharts3)
Expand All @@ -40,7 +40,7 @@
(package
(name ezjs_disqus)
(synopsis "Binding for Disqus")
(depends (js_of_ocaml-ppx (>= 3.4.0))))
(depends (js_of_ocaml-ppx (>= 5.5.0))))

(package
(name ezjs_gauth)
Expand Down
2 changes: 1 addition & 1 deletion ezjs_disqus.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ doc: "https://ocamlpro.github.io/ezjs/doc"
bug-reports: "https://github.com/ocamlpro/ezjs/issues"
depends: [
"dune" {>= "2.5"}
"js_of_ocaml-ppx" {>= "3.4.0"}
"js_of_ocaml-ppx" {>= "5.5.0"}
]
build: [
["dune" "subst"] {pinned}
Expand Down
2 changes: 1 addition & 1 deletion ezjs_utils.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ depends: [
depopts: [
"lwt" {>= "5.3.0"}
"base64" {>= "3.2.0"}
"js_of_ocaml-tyxml" {>= "3.4.0"}
"js_of_ocaml-tyxml" {>= "5.5.0"}
]
build: [
["dune" "subst"] {pinned}
Expand Down

0 comments on commit be6e3c9

Please sign in to comment.