Skip to content

Commit da81e6a

Browse files
committed
Require elixir 1.11+
1 parent 799a120 commit da81e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Plug.Assign.Mixfile do
66
app: :plug_assign,
77
name: "Plug.Assign",
88
version: "2.0.0",
9-
elixir: "~> 1.15.0",
9+
elixir: "~> 1.11",
1010
build_embedded: Mix.env() == :prod,
1111
start_permanent: Mix.env() == :prod,
1212
deps: deps(),

0 commit comments

Comments
 (0)