lpil / icalendar

🗓️ A small library for reading and writing ICalendar files.
MIT License
103 stars 56 forks source link

use parentheses to remove ambiguity in mix.exs #13

Closed gitviola closed 7 years ago

gitviola commented 7 years ago

Got this warning

warning: variable "deps" does not exist and is being expanded to "deps()", please use parentheses to remove the ambiguity or change the variable name
  /my_app/deps/icalendar/mix.exs:13
lpil commented 7 years ago

Thank you. :)