1
0
forked from QPQ-AG/enoise

Prepare for version 1.0.0

This commit is contained in:
Hans Svensson
2018-10-09 16:15:24 +02:00
parent 71aac15db7
commit dc60c46fff
3 changed files with 12 additions and 6 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
{erl_opts, [debug_info]}.
{deps, [{enacl, ".*", {git, "https://github.com/aeternity/enacl.git", {ref, "2f50ba6"}}}]}.
{plugins, [rebar3_hex]}.
{deps, [{enacl, "0.17.2"}]}.
{profiles, [{test, [{deps, [{jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "2.8.0"}}}]}]}
]}.