Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Sep 6, 2024
1 parent 70398fe commit f89f5fe
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@ jobs:
mix deps.get
- name: Compilation
run: mix compile
- name: Tests
run: mix test test/test_helper.exs
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use Mix.Config
import Config

config :kvs,
dba: :kvs_rocks,
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule BPE.Mixfile do
def project do
[
app: :bpe,
version: "8.12.3",
version: "9.9.6",
description: "BPE Business Process Engine",
package: package(),
deps: deps()
Expand All @@ -29,7 +29,7 @@ defmodule BPE.Mixfile do
[
{:ex_doc, "~> 0.11", only: :dev},
{:syn, "~> 2.1.0"},
{:rocksdb, "~> 1.6.0"},
{:rocksdb, "~> 1.8.0"},
{:kvs, "~> 10.8.2"}
]
end
Expand Down

0 comments on commit f89f5fe

Please sign in to comment.