Skip to content

Commit 400776b

Browse files
authored
Apply suggestion from @josevalim
1 parent 4ae2d97 commit 400776b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule GenStage.Mixfile do
77
[
88
app: :gen_stage,
99
version: @version,
10-
elixir: "~> 1.16",
10+
elixir: "~> 1.11",
1111
package: package(),
1212
description: "Producer and consumer actors with back-pressure for Elixir",
1313
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)