Skip to content

Commit

Permalink
Update minimum Elixir version to 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
axelson committed Apr 7, 2024
1 parent 2cab36b commit 74eb5a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Fix compilation warnings

Allow using file_system 1.0

Update minimum Elixir version to 1.11

Remove the need to use `ExSync.register_group_leader` since the functionality it
provided is no longer needed on newer Elixir/Erlang versions.

Expand Down
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 ExSync.Mixfile do
[
app: :exsync,
version: @version,
elixir: "~> 1.4",
elixir: "~> 1.11",
elixirc_paths: ["lib", "web"],
deps: deps(),
description: "Yet another Elixir reloader.",
Expand Down

0 comments on commit 74eb5a1

Please sign in to comment.