Created
January 2, 2020 20:25
-
-
Save neslinesli93/e5ae7843d1f944dbc798b5aed5ee2eec to your computer and use it in GitHub Desktop.
Add UUID library to mix.exs
This file contains hidden or 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 | |
[ | |
# ...other deps | |
{:elixir_uuid, "~> 1.2"} | |
] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment