Skip to content

Commit 0118996

Browse files
committed
Add dependency on prometheus-app
Required by dune-opam-lint
1 parent 097a3af commit 0118996

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

deployer.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ depends: [
3434
"current_slack"
3535
"current_ssh"
3636
"ocluster-api"
37+
"prometheus-app" {>= "1.2"}
3738
"capnp-rpc-unix"
3839
"fmt"
3940
"ppx_deriving_yojson"

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
current_ssh
2121
ocluster-api
2222
; Opam dependencies
23+
(prometheus-app (>= 1.2))
2324
capnp-rpc-unix
2425
fmt
2526
ppx_deriving_yojson

0 commit comments

Comments
 (0)