Skip to content

Commit

Permalink
Merge pull request #516 from tombruijn/bump-minimal-elixir-version
Browse files Browse the repository at this point in the history
Bump minimal required Elixir version to 1.12.0
  • Loading branch information
jeremyjh committed Aug 28, 2023
2 parents ffcd849 + 70229b0 commit 7285f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -8,7 +8,7 @@ defmodule Dialyxir.Mixfile do
[
app: :dialyxir,
version: @version,
elixir: ">= 1.6.0",
elixir: ">= 1.12.0",
elixirc_paths: elixirc_paths(Mix.env()),
description: description(),
package: package(),
Expand Down

0 comments on commit 7285f15

Please sign in to comment.