zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit a68021a50d231e0765cb7b955857330986b2d16e
parent d235fbc613cfb47824af6ff64e7373c95dbab9f3
Author: srfsh <dev@srf.sh>
Date:   Thu, 20 Oct 2022 19:50:09 +0300

mix: require elixir v1.14

Time to update!

Diffstat:
Mmix.exs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mix.exs b/mix.exs @@ -22,7 +22,7 @@ def project() do [ app: :zenflows, version: "0.1.0", - elixir: "~> 1.11", # erlang/otp 22-24 + elixir: "~> 1.14", # erlang/otp 24-25 start_permanent: Mix.env() == :prod, config_path: "conf/buildtime.exs", deps: deps(),