Skip to content

Commit ee1f705

Browse files
author
Brujo Benavides
authored
Adjust for OTP23 (#4)
1 parent 878f38b commit ee1f705

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

rebar.config

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
{alias, [{test, [format, lint, hank, xref, dialyzer, eunit, cover]}]}.
3939

4040
{project_plugins,
41-
[{rebar3_hex, "~> 6.11.0"},
42-
{rebar3_format, "~> 1.0.0"},
41+
[{rebar3_hex, "~> 6.11.3"},
42+
{rebar3_format, "~> 1.0.1"},
4343
{rebar3_lint, "~> 0.4.0"},
44-
{rebar3_hank, "~> 0.4.0"}]}.
44+
{rebar3_hank, "~> 1.1.1"}]}.
4545

4646
{hank, [{ignore, [{"test/*.erl", unnecessary_function_arguments}]}]}.

test/webserver.erl

-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ listen(ssl) ->
120120
binary,
121121
{active, false},
122122
{ip, {127, 0, 0, 1}},
123-
{verify, 0},
124123
{keyfile, code:lib_dir(lhttpc, 'test/key.pem')},
125124
{certfile, code:lib_dir(lhttpc, 'test/crt.pem')}],
126125
{ok, LS} = ssl:listen(0, Opts),

0 commit comments

Comments
 (0)