From 04d82ed576f8e85f5678411323788c3575e65d07 Mon Sep 17 00:00:00 2001 From: Conrad Taylor Date: Tue, 2 Nov 2021 21:27:15 -0700 Subject: [PATCH] Update to software requirements to latest stable releases. --- README.md | 4 ++-- mix.exs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f272838..b7416a4 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ The purpose of this example is to provide details as to how one would go about u - Elixir 1.13.0 or newer -- Erlang 24.1.3 or newer +- Erlang 24.1.4 or newer - Phoenix 1.5.13 or newer - PostgreSQL 14.0 or newer -Note: This tutorial was updated on macOS 11.6. +Note: This tutorial was updated on macOS 11.6.1. ## Communication diff --git a/mix.exs b/mix.exs index 938a8de..575c503 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule ZeroPhoenix.Mixfile do [ app: :zero_phoenix, version: "2.5.0", - elixir: "~> 1.13.0-dev", + elixir: "~> 1.13.0-rc.0", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:gettext] ++ Mix.compilers(), start_permanent: Mix.env() == :prod,