update deps

This commit is contained in:
2023-01-22 22:50:47 -05:00
parent 26f75c7d15
commit 61f8776d2e
3 changed files with 34 additions and 37 deletions

View File

@ -13,7 +13,7 @@ defmodule Cannery.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: "Cannery",
source_url: "https://gitea.bubbletea.dev/shibao/cannery",