update dependencies

This commit is contained in:
2023-01-22 23:48:53 -05:00
parent 7813738f91
commit af911f211c
3 changed files with 28 additions and 32 deletions

View File

@@ -13,7 +13,7 @@ defmodule Memex.MixProject do
deps: deps(),
dialyzer: [plt_add_apps: [:ex_unit]],
consolidate_protocols: Mix.env() not in [:dev, :test],
preferred_cli_env: [test: :test, "test.all": :test],
preferred_cli_env: ["test.all": :test],
# ExDoc
name: "memEx",
source_url: "https://gitea.bubbletea.dev/shibao/memEx",