Skip to content

Commit

Permalink
build: support Elixir 1.12.3 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Nov 23, 2023
1 parent a80da4c commit d9be533
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
erlang 26.1.2
elixir 1.15.7
erlang 24.3.4
elixir 1.12.3
nodejs 20.9.0
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 Nodelix.MixProject do
[
app: :nodelix,
version: @version,
elixir: "~> 1.15",
elixir: "~> 1.12.3 or ~> 1.13",
start_permanent: Mix.env() == :prod,
deps: deps(),
description: description(),
Expand Down

0 comments on commit d9be533

Please sign in to comment.