Skip to content

Commit

Permalink
fix deps for rebar2
Browse files Browse the repository at this point in the history
  • Loading branch information
danikp committed Nov 17, 2018
1 parent b15a98f commit 20060a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

{deps, [
{lager, {git, "https://github.com/erlang-lager/lager.git", {tag, "3.6.7"}}},
{erlando, {git, "https://github.com/ChicagoBoss/erlando.git", {ref, " 680688f"}}},
{erlando, {git, "https://github.com/ChicagoBoss/erlando.git", {ref, "680688f"}}},
{aleppo, {git, "https://github.com/ErlyORM/aleppo.git", {tag, "v0.9.4"}}},
{medici, {git, "https://github.com/ErlyORM/medici.git", {ref, "bb6167459d"}}},

Expand Down
2 changes: 1 addition & 1 deletion rebar.config.script
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ case erlang:function_exported(rebar3, main, 1) of
%% profiles
[{deps, [
{lager, ".*", {git, "https://github.com/erlang-lager/lager.git", {tag, "3.6.7"}}},
{erlando, ".*", {git, "https://github.com/ChicagoBoss/erlando.git", {tag, "b0b77dd9b9"}}},
{erlando, ".*", {git, "https://github.com/ChicagoBoss/erlando.git", {tag, "680688f"}}},
{aleppo, ".*", {git, "https://github.com/ErlyORM/aleppo.git", {tag, "v0.9.4"}}},
{medici, ".*", {git, "https://github.com/ErlyORM/medici.git", {tag, "bb6167459d"}}},

Expand Down

0 comments on commit 20060a0

Please sign in to comment.