Skip to content

Commit

Permalink
Cleanup deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgauth committed Feb 23, 2024
1 parent a2ef36d commit 59cbb6d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 33 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
CACHEGRIND=qcachegrind
ELVIS=./bin/elvis
REBAR3=$(shell which rebar3)
ifeq ($(REBAR3),)
REBAR3=./bin/rebar3
endif

all: compile

Expand Down
6 changes: 4 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@

{deps, [
{foil, ".*",
{git, "https://github.com/lpgauth/foil.git", {tag, "0.1.1"}}},
{git, "https://github.com/lpgauth/foil.git", {tag, "0.1.3"}}},
{granderl, ".*",
{git, "https://github.com/tokenrove/granderl.git", "ee3fac0a2ca1d460c90808537216707f82cc777f"}},
{lz4, ".*",
{git, "https://github.com/lpgauth/erlang-lz4.git", {branch, "rebar3"}}},
{murmur, ".*",
{git, "https://github.com/lpgauth/murmur.git", {tag, "0.1.1"}}},
{shackle, ".*",
{git, "https://github.com/lpgauth/shackle.git", {tag, "0.6.14"}}}
{git, "https://github.com/lpgauth/shackle.git", {tag, "0.6.19"}}}
]}.

{edoc_opts, [
Expand Down
7 changes: 0 additions & 7 deletions rebar.config.script

This file was deleted.

24 changes: 0 additions & 24 deletions rebar.lock

This file was deleted.

0 comments on commit 59cbb6d

Please sign in to comment.