Skip to content

Commit 4b09a7f

Browse files
committed
chore: Ensure learn-ocaml{,-client}.opam common deps use same constr
1 parent d510630 commit 4b09a7f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

learn-ocaml-client.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ depends: [
2222
"cohttp-lwt-unix" {>= "2.0.0"}
2323
"cstruct" {>= "3.3.0"}
2424
"digestif" {>= "0.7.1"}
25-
"dune"
25+
"dune" {>= "1.11.4"}
2626
"ezjsonm"
2727
"gg"
2828
"ipaddr" {= "2.8.0" }

learn-ocaml.opam

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ homepage: "https://github.com/ocaml-sf/learn-ocaml"
1414
bug-reports: "https://github.com/ocaml-sf/learn-ocaml/issues"
1515
dev-repo: "git+https://github.com/ocaml-sf/learn-ocaml"
1616
depends: [
17-
"asak" {>= "0.1"}
17+
"asak"
1818
"base64"
1919
"base" {>= "v0.9.4"}
2020
"cmdliner"
@@ -43,11 +43,11 @@ depends: [
4343
"ocaml" {(>= "4.12") & (< "4.13~")}
4444
"ocamlfind" {build}
4545
"ocp-indent-nlfork"
46-
"ocplib-json-typed" {>= "0.6"}
47-
"ocplib-json-typed-browser" {>= "0.6"}
48-
"ocp-ocamlres" {= "0.4"}
46+
"ocplib-json-typed" {>= "0.7"}
47+
"ocplib-json-typed-browser" {>= "0.7"}
48+
"ocp-ocamlres" {>= "0.4"}
4949
"odoc" {build}
50-
"omd"
50+
"omd" {<= "1.3.1"}
5151
"pprint"
5252
"ppx_cstruct"
5353
"ppx_tools"

0 commit comments

Comments
 (0)