Skip to content

Commit

Permalink
Bump elixir version requirement down
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Hixson committed Apr 2, 2024
1 parent 10e1687 commit 6b77cfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ defmodule NestedLines.MixProject do
def project do
[
app: :nested_lines,
version: "0.1.0",
elixir: "~> 1.16",
version: "0.1.1",
elixir: "~> 1.14",
start_permanent: Mix.env() == :prod,
description: description(),
package: package(),
Expand Down

0 comments on commit 6b77cfc

Please sign in to comment.