5HT 3 years ago
parent
commit
769af8adab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mix.exs

+ 1 - 1
mix.exs

@@ -26,7 +26,7 @@ defmodule KVS.Mixfile do
   defp deps do
     [
       {:ex_doc, ">= 0.0.0", only: :dev},
-      {:rocksdb, "~> 9.4.0", only: :test}
+      {:rocksdb, "~> 1.7.0", only: :test}
     ]
   end
 end