summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-01-10 17:40:38 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-01-10 17:40:38 +0300
commit03667d0c737f4de24f569edeeb33a480404026b0 (patch)
tree99c63e4e5277fa683de9ce6d0efdf0c44fea0ef9 /rebar.config
parentupdate deps (diff)
Add SSL support for SQL connections
Currently only PostgreSQL is supported. This requires p1_pgsql-1.1.2 and higher.
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index c91b1625..69dbba77 100644
--- a/rebar.config
+++ b/rebar.config
@@ -34,7 +34,7 @@
{if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql",
{tag, "1.0.2"}}}},
{if_var_true, pgsql, {p1_pgsql, ".*", {git, "https://github.com/processone/p1_pgsql",
- {tag, "1.1.1"}}}},
+ {tag, "1.1.2"}}}},
{if_var_true, sqlite, {sqlite3, ".*", {git, "https://github.com/processone/erlang-sqlite3",
{tag, "1.1.5"}}}},
{if_var_true, pam, {p1_pam, ".*", {git, "https://github.com/processone/epam",