File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4444 elixir : 1.18.0
4545 os : ubuntu-latest
4646 - otp : 22.0
47- elixir : 1.12 .0
47+ elixir : 1.14 .0
4848 # It's necessary to run on ubunto 20.04 for OTP 20 - 25
4949 # See https://github.com/erlef/setup-beam
5050 os : ubuntu-20.04
Original file line number Diff line number Diff line change 22
33## v1.0.39 (TBA)
44
5+ Now requires Elixir 1.14+.
6+
57### Bug fixes
68
79* [ ` Pow.Extension.Ecto.Schema ` ] Fixed deprecation warning in Elixir 1.18
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ defmodule Pow.MixProject do
77 [
88 app: :pow ,
99 version: @ version ,
10- elixir: "~> 1.12 " ,
10+ elixir: "~> 1.14 " ,
1111 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
1212 start_permanent: Mix . env ( ) == :prod ,
1313 compilers: Mix . compilers ( ) ,
You can’t perform that action at this time.
0 commit comments