Created
December 4, 2018 00:43
-
-
Save chiragtoor/e6f52ea85f42667ed6b6e28f285d8600 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ... | |
defp deps do | |
[ | |
{ :horde, "~> 0.3.0" }, | |
# add distillery and libcluster | |
{ :distillery, "~> 2.0" }, | |
{ :libcluster, "~> 3.0" } | |
] | |
end | |
# ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment