Skip to content

Commit 671657f

Browse files
update opam deps constraints
1 parent c4ce24e commit 671657f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

monorobot.opam

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,20 @@ depends: [
1919
"biniou"
2020
"cmdliner" {>= "1.1.0"}
2121
"digestif" {>= "1.2.0"}
22-
"devkit" {>= "1.20210120"}
22+
"devkit" {>= "1.20240429"}
2323
"extlib" {>= "1.7.8"}
2424
"lwt" {>= "5.1.0"}
2525
"lwt_ppx" {>= "2.0.0"}
2626
"ptime" {>= "1.2.0"}
27-
"ocamldiff"
27+
"ocamldiff" {>= "1.2"}
2828
"sqlite3" {>= "5.1.0"}
2929
"sqlgg" {>= "20231201"}
30-
"re2"
30+
"re2" {>= "0.16.0"}
3131
"uri"
3232
"omd" {< "2"}
3333
"yojson"
3434
"ocamlformat" { with-dev-setup & = "0.26.2" }
35+
"ocurl" {>= "0.9.2"}
36+
"sexplib0" {>= "v0.16.0"}
3537
]
3638
build: ["dune" "build" "-p" name "-j" jobs]

0 commit comments

Comments
 (0)