From c8773dc50c265e56953d6973b0c02c31d7ecc4aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=B4=E1=B4=8F=E1=B4=A0=E1=B4=80?= <146671001+hexanova@users.noreply.github.com> Date: Wed, 31 Jan 2024 20:22:41 +0000 Subject: [PATCH] changed elixir version in mix.exs github action crashed --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 6588c9a..fdc7cda 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule Hexpds.MixProject do [ app: :hexpds, version: "0.1.0", - elixir: "~> 1.16", + elixir: "~> 1.15", start_permanent: Mix.env() == :prod, deps: deps() ]