update deps

This commit is contained in:
Rüdiger Diedrich
2022-07-05 21:59:09 +02:00
parent 5a4e097e91
commit 1c229c13df
2 changed files with 9 additions and 9 deletions

View File

@ -5,7 +5,7 @@ defmodule Homepage.MixProject do
[
app: :homepage,
version: "0.1.0",
elixir: "~> 1.12",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:gettext] ++ Mix.compilers(),
start_permanent: Mix.env() == :prod,