Skip to content

Instantly share code, notes, and snippets.

@neslinesli93
Created January 2, 2020 20:25
Show Gist options
  • Save neslinesli93/e5ae7843d1f944dbc798b5aed5ee2eec to your computer and use it in GitHub Desktop.
Save neslinesli93/e5ae7843d1f944dbc798b5aed5ee2eec to your computer and use it in GitHub Desktop.
Add UUID library to mix.exs
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