Skip to content

Commit

Permalink
Merge pull request #646 from danikp/beta1
Browse files Browse the repository at this point in the history
changes for Erlang 19
  • Loading branch information
danikp committed Jun 27, 2016
2 parents 065aed1 + 48ffe98 commit 6a455b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Expand Up @@ -14,7 +14,7 @@
{template_dir, "."}.
{deps, [
%% maintained by CB team
{boss_db, ".*", {git, "https://github.com/ErlyORM/boss_db.git", {tag, "7dfa040"}}},
{boss_db, ".*", {git, "https://github.com/ErlyORM/boss_db.git", {tag, "f881207"}}},
{tinymq, ".*", {git, "https://github.com/ChicagoBoss/tinymq.git", {tag, "v0.8.15.1"}}},
%% WARNING: Do not add cb_admin dependency here, otherwise you'll
%% encounter a dependency loop with rebar. cb_admin should be added to
Expand All @@ -23,7 +23,7 @@
%% maintained by others
{erlydtl, ".*", {git, "https://github.com/erlydtl/erlydtl.git", {tag, "067a109"}}},
{jaderl, ".*", {git, "https://github.com/erlydtl/jaderl.git", {tag, "14a80dafd"}}},
{gen_smtp, ".*", {git, "https://github.com/Vagabond/gen_smtp.git", {tag, "fd0426c464"}}},
{gen_smtp, ".*", {git, "https://github.com/Vagabond/gen_smtp.git", {tag, "0.11.0"}}},
{iso8601, ".*", {git, "https://github.com/danikp/erlang_iso8601.git", {tag, "ae6a052017"}}},
{mimetypes, ".*", {git, "https://github.com/spawngrid/mimetypes.git", {branch, master}}},

Expand Down

0 comments on commit 6a455b9

Please sign in to comment.