Skip to content

Commit 7ad0b8f

Browse files
committed
Use http git link
1 parent f60dabd commit 7ad0b8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{erl_opts, [nowarn_unused_type, debug_info, {d, maps_support}]}.
22
{deps, [{hackney, "1.25.0"},
33
{jsx, "3.0.0"},
4-
{aws_beam_core, {git, "git@github.com:aws-beam/aws_beam_core.git", {branch, "fix-cloudfront-keyvalue-store"}}}
4+
{aws_beam_core, {git, "https://github.com/aws-beam/aws_beam_core.git", {branch, "fix-cloudfront-keyvalue-store"}}}
55
]}.
66
{project_plugins, [rebar3_hex, rebar3_ex_doc, rebar3_check_app_calls]}.
77
{hex, [{doc, #{provider => ex_doc}}]}.

0 commit comments

Comments
 (0)