Skip to content

Commit

Permalink
update versions in mix file
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek committed Nov 9, 2024
1 parent bcb8f2e commit b893443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ defmodule Mindwendel.MixProject do
def project do
[
app: :mindwendel,
version: "0.2.3",
elixir: "~> 1.11",
version: "0.2.8",
elixir: "~> 1.15.8",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
aliases: aliases(),
Expand Down

0 comments on commit b893443

Please sign in to comment.