diff options
Diffstat (limited to 'mix.exs')
| -rw-r--r-- | mix.exs | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -20,15 +20,19 @@ defmodule Thulani.MixProject do defp deps do [ - {:nostrum, "~> 0.6"}, + {:nostrum, "~> 0.10"}, + {:nosedrum, "~> 0.5"}, {:witchcraft, "~> 1.0"}, - {:algae, "~> 1.2"}, {:quark, "~> 2.3"}, {:exceptional, "~> 2.1"}, {:ok, "~> 2.3"}, {:phoenix_pubsub, "~>2.1"}, {:uuid, "~> 1.1"}, - {:rustler, "~> 0.26"} + {:rustler, "~> 0.34"}, + {:ecto_sql, "~> 3.11"}, + {:postgrex, "~> 0.14"}, + {:credo, "~> 1.0", only: [:dev, :test], runtime: false}, + {:dialyxir, "~> 1.1", only: :dev, runtime: false} ] end end |
