Skip to content

Commit f98715a

Browse files
committed
Update getopt dependency
1 parent 00d6bee commit f98715a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{deps, [
2-
{getopt, "1.0.1"}
2+
{getopt, "~> 1.0.2"}
33
]}.
44

55
{escript_main_app, aero}.

rebar.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{"1.1.0",
2-
[{<<"getopt">>,{pkg,<<"getopt">>,<<"1.0.1">>},0}]}.
2+
[{<<"getopt">>,{pkg,<<"getopt">>,<<"1.0.2">>},0}]}.
33
[
44
{pkg_hash,[
5-
{<<"getopt">>, <<"C73A9FA687B217F2FF79F68A3B637711BB1936E712B521D8CE466B29CBF7808A">>}]}
5+
{<<"getopt">>, <<"33D9B44289FE7AD08627DDFE1D798E30B2DA0033B51DA1B3A2D64E72CD581D02">>}]}
66
].

0 commit comments

Comments
 (0)