5HT 5 years ago
parent
commit
39a16e3598
1 changed files with 2 additions and 1 deletions
  1. 2 1
      mix.exs

+ 2 - 1
mix.exs

@@ -19,7 +19,8 @@ defmodule REST.Mixfile do
   def deps, do: [ {:ex_doc, "~> 0.11", only: :dev},
                   {:rocksdb, "~> 1.3.2"},
                   {:erp, "~> 0.10.4"},
-                  {:bpe, "~> 4.10.24"},
+                  {:kvs, "~> 7.1.1", override: true},
+                  {:bpe, "~> 5.1.1", override: true},
                   {:jsone, "~> 1.5.0"},
                   {:cowboy, "~> 2.5.0"} ]