Skip to content

Commit dcb59ce

Browse files
committed
deps(opam): Require js_of_ocaml < 6.0.0
We may consider a code refactoring & version bump in a later PR.
1 parent 02476fe commit dcb59ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

learn-ocaml-client.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ depends: [
4646
"ssl" {>= "0.5.12"}
4747
"vg"
4848
"asak" {>= "0.5"}
49-
"js_of_ocaml" {>= "5.0.0"}
49+
"js_of_ocaml" {>= "5.0.0" & < "6.0.0"}
5050
]
5151
build: [
5252
["dune" "build" "@install" "-p" name "-j" jobs]

learn-ocaml.opam

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ depends: [
3535
"easy-format" {>= "1.3.0" }
3636
"ezjsonm"
3737
"ipaddr" {>= "2.9.0" }
38-
"js_of_ocaml" {>= "5.0.0"}
39-
"js_of_ocaml-compiler" {>= "5.0.0"}
38+
"js_of_ocaml" {>= "5.0.0" & < "6.0.0"}
39+
"js_of_ocaml-compiler" {>= "5.0.0" & < "6.0.0"}
4040
"js_of_ocaml-lwt"
4141
"js_of_ocaml-ppx"
4242
"js_of_ocaml-toplevel"

0 commit comments

Comments
 (0)