Skip to content

Commit

Permalink
Changes required elixir version to v1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
kbredemeier committed May 16, 2024
1 parent 002c231 commit 0e2f40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule LoggerJSON.Mixfile do
[
app: :logger_json,
version: @version,
elixir: "~> 1.16",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [] ++ Mix.compilers(),
build_embedded: Mix.env() == :prod,
Expand Down

0 comments on commit 0e2f40e

Please sign in to comment.