Browse Source

rocksdb in dev mix env

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

+ 2 - 2
mix.exs

@@ -25,8 +25,8 @@ defmodule KVS.Mixfile do
 
   defp deps do
     [
-      {:ex_doc, "~> 0.11", only: :dev}
-#      {:rocksdb, "~> 1.3.2"}
+      {:ex_doc, "~> 0.11", only: :dev},
+      {:rocksdb, "~> 1.3.2", only: :dev}
     ]
   end
 end