Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Sep 3, 2024
1 parent 3b52235 commit ac7ec99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ config :n2o,

config :kvs,
dba: :kvs_rocks,
mnesia_context: :sync_transaction,
dba_st: :kvs_st,
schema: [:kvs, :kvs_stream]
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 Sample.Mixfile do
def project() do
[
app: :sample,
version: "6.6.7",
version: "6.9.1",
description: "SAMPLE Elixir Application",
package: package(),
deps: deps()
Expand All @@ -25,7 +25,7 @@ defmodule Sample.Mixfile do
def application() do
[
mod: {Sample.Application, []},
extra_applications: [:ranch, :mnesia, :xmerl, :cowboy, :rocksdb, :logger, :n2o, :kvs, :syn, :nitro]
extra_applications: [:ranch, :rocksdb, :mnesia, :xmerl, :cowboy, :logger, :n2o, :kvs, :syn, :nitro]
]
end

Expand Down

0 comments on commit ac7ec99

Please sign in to comment.