Browse Source

rocksdb in dev mix env

5HT 5 years ago
parent
commit
a60c0b0443
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.11", only: :dev},
-      {:rocksdb, "~> 1.3.2", only: :dev}
+      {:rocksdb, "~> 1.3.2", only: :test}
     ]
   end
 end