Skip to content

Commit 522b052

Browse files
committed
Jsone added to the dependencies.
1 parent c835d86 commit 522b052

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

rebar.config

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
{tag, "v0.8.2"}}},
66
{cf_lang, "0.1.0",
77
{git, "https://github.com/joergen7/cf_lang.git",
8-
{branch, "master"}}}
8+
{branch, "master"}}},
9+
{jsone, "1.4.0", {git, "https://github.com/sile/jsone.git",
10+
{tag, "1.4.0"}}}
911
]}.
10-
{escript_incl_apps, [getopt, cf_lang]}.
12+
{escript_incl_apps, [getopt, cf_lang, jsone]}.
1113
{edoc_opts, [
1214
{private, true}
1315
]}.

0 commit comments

Comments
 (0)