update mix.exs

master
Rachel Fae Fox (foxiepaws) 2020-07-31 15:09:40 -04:00
parent 638cd3cc13
commit 4baa00ace6
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ defmodule Discordirc.MixProject do
defp deps do
[
{:nostrum, "~> 0.4"},
{:exirc, "~> 1.1.0"}
{:exirc, "~> 1.1.0"},
{:distillery, "~> 2.0"}
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
]