diff --git a/current_ocluster.opam b/current_ocluster.opam index 469e78a6..6c8f9e0a 100644 --- a/current_ocluster.opam +++ b/current_ocluster.opam @@ -14,6 +14,8 @@ depends: [ "lwt" "current" {>= "0.3"} "current_git" {>= "0.3"} + "current_web" {>= "0.3" & with-test} + "current_github" {>= "0.3" & with-test} "capnp-rpc-unix" {>= "0.9.0"} "duration" "logs" diff --git a/dune-project b/dune-project index 12e4b7bf..3769b258 100644 --- a/dune-project +++ b/dune-project @@ -58,6 +58,8 @@ lwt (current (>= 0.3)) (current_git (>= 0.3)) + (current_web (and (>= 0.3) :with-test)) + (current_github (and (>= 0.3) :with-test)) (capnp-rpc-unix (>= 0.9.0)) duration logs