Skip to content

Commit

Permalink
8.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Dec 3, 2023
1 parent b6e23f1 commit 70398fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Expand Up @@ -4,15 +4,15 @@ defmodule BPE.Mixfile do
def project do
[
app: :bpe,
version: "8.12.1",
version: "8.12.3",
description: "BPE Business Process Engine",
package: package(),
deps: deps()
]
end

def application do
[mod: {:bpe_otp, []}, applications: [:syn, :kvs]]
[mod: {:bpe_otp, []}, applications: [:xmerl,:syn, :kvs]]
end

def package do
Expand All @@ -30,7 +30,7 @@ defmodule BPE.Mixfile do
{:ex_doc, "~> 0.11", only: :dev},
{:syn, "~> 2.1.0"},
{:rocksdb, "~> 1.6.0"},
{:kvs, "~> 9.4.8"}
{:kvs, "~> 10.8.2"}
]
end
end

0 comments on commit 70398fe

Please sign in to comment.