Skip to content

Commit c4ce24e

Browse files
fix ci
1 parent cebf367 commit c4ce24e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

lib/dune

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
(library
22
(name lib)
33
(libraries
4-
atdgen
54
atdgen-runtime
65
base64
76
biniou

monorobot.opam

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ dev-repo: "git+https://github.com/ahrefs/monorobot.git"
1212
depends: [
1313
"ocaml" {>= "4.14.0"}
1414
"dune" {>= "2.9.0"}
15-
"atd" {>= "2.2.1"}
16-
"atdgen" {>= "2.2.1"}
17-
"atdgen-runtime" {>= "2.2.1"}
15+
"atd" {>= "2.14.0"}
16+
"atdgen" {>= "2.14.0"}
17+
"atdgen-runtime" {>= "2.14.0"}
1818
"base64" {>= "3.0.0"}
1919
"biniou"
2020
"cmdliner" {>= "1.1.0"}
@@ -25,6 +25,8 @@ depends: [
2525
"lwt_ppx" {>= "2.0.0"}
2626
"ptime" {>= "1.2.0"}
2727
"ocamldiff"
28+
"sqlite3" {>= "5.1.0"}
29+
"sqlgg" {>= "20231201"}
2830
"re2"
2931
"uri"
3032
"omd" {< "2"}

0 commit comments

Comments
 (0)