aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2016-02-23 17:27:30 +0300
committerAlexey Shchepin <alexey@process-one.net>2016-03-02 00:12:49 +0300
commit968576d4f202dab5776a999b69cb3a8166722678 (patch)
treebdb414baadab48d672bce3d30a8a4c20470cbb2a
parentUpdate more SQL queries (diff)
Update p1_pgsql tag
Diffstat (limited to '')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 12b03ffef..d662f4190 100644
--- a/rebar.config
+++ b/rebar.config
@@ -24,7 +24,7 @@
{if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql",
{tag, "1.0.1"}}}},
{if_var_true, pgsql, {p1_pgsql, ".*", {git, "https://github.com/processone/p1_pgsql",
- {tag, "1.0.1"}}}},
+ {tag, "1.1.0"}}}},
{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",