Skip to content

Commit

Permalink
Bump minimal version of Elixir to 1.12
Browse files Browse the repository at this point in the history
We reasonably say that 1.12 is common enough today.
  • Loading branch information
ahamez committed Oct 8, 2023
1 parent 3f1f33e commit e207a98
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 @@ -5,7 +5,7 @@ defmodule Protox.Mixfile do
[
app: :protox,
version: "1.7.2",
elixir: "~> 1.9",
elixir: "~> 1.12",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit e207a98

Please sign in to comment.