Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2018-12-06 12:18:43 +0300
committerPaweł Chmielowski <pchmielowski@process-one.net>2018-12-06 12:21:51 +0300
commitea4779080731fd03a066fea7fa0e18c012bfefd5 (patch)
tree9e5a582955bc901ba2e6042550600708ed429de1 /mix.exs
parent160ffce0905c4912b92e7f8de7a17c4ce81f979d (diff)
Update mix packaging18.12
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 2e136884d..176e229f6 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
- version: "18.9.0",
+ version: "18.12.0",
description: description(),
elixir: "~> 1.4",
elixirc_paths: ["lib"],
@@ -73,7 +73,7 @@ defmodule Ejabberd.Mixfile do
{:jiffy, "~> 0.14.7"},
{:p1_oauth2, "~> 0.6.1"},
{:distillery, "~> 1.0"},
- {:pkix, github: "processone/pkix"},
+ {:pkix, "~> 1.0"},
{:ex_doc, ">= 0.0.0", only: :dev},
{:eimp, "~> 1.0"},
{:base64url, "~> 0.0.1"},