aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-02-03 11:10:11 +0100
committerMickael Remond <mremond@process-one.net>2016-02-03 11:10:11 +0100
commitbad50b8dd1b0da7ba293acc02acf1a7154ffdb6c (patch)
treefb2244ebbd7bb45133725501631dfdef1cc31c93 /mix.exs
parentSyntax highlight file + comment on rebar_elixir_plugin (diff)
Move database dependencies to new repository / modules
Diffstat (limited to '')
-rw-r--r--mix.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 52d40d73e..f9ce0400c 100644
--- a/mix.exs
+++ b/mix.exs
@@ -50,8 +50,8 @@ defmodule Ejabberd.Mixfile do
{:jiffy, "~> 0.14.7"},
{:p1_oauth2, "~> 0.6.1"},
{:p1_xmlrpc, "~> 1.15"},
- {:p1_mysql, git: "https://github.com/processone/mysql", tag: "1.0.0"},
- {:p1_pgsql, git: "https://github.com/processone/pgsql", tag: "1.0.0"},
+ {:p1_mysql, "~> 1.0"},
+ {:p1_pgsql, "~> 1.0"},
{:sqlite3, "~> 1.1"},
{:p1_zlib, git: "https://github.com/processone/zlib", tag: "1.0.0"},
{:p1_iconv, git: "https://github.com/processone/eiconv", tag: "0.9.0"},