Skip to content

Commit

Permalink
Pull from Hex (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira authored Jun 25, 2024
1 parent 547d5f5 commit 652a925
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{erl_opts, [debug_info]}.

{deps, [
{cowboy, {git, "https://github.com/ninenines/cowboy.git",
{tag, "2.12.0"}}},
{gproc, {git, "https://github.com/uwiger/gproc.git",
{tag, "0.9.1"}}},
{fs, {git, "https://github.com/5HT/fs.git",
{tag, "6.1"}}}
{cowboy, "2.12.0"},
{gproc, "0.9.1"},
{fs, "6.1"}
]}.

{dialyzer, [
Expand Down

0 comments on commit 652a925

Please sign in to comment.