Skip to content

Commit

Permalink
Require elixir ~> 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
szajbus committed Mar 31, 2023
1 parent a44ecab commit a731b94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Pogo.MixProject do
[
app: :pogo,
version: "0.1.0",
elixir: "~> 1.12",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down
2 changes: 1 addition & 1 deletion test_app/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule TestApp.MixProject do
[
app: :test_app,
version: "0.1.0",
elixir: "~> 1.13",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down

0 comments on commit a731b94

Please sign in to comment.