1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Upgrade Elixir and remove .buildpacks

This commit is contained in:
Daniel Barber 2021-07-17 21:18:37 -05:00
parent 1106b35be0
commit ef8d07e77b
2 changed files with 1 additions and 5 deletions

View File

@ -1,4 +0,0 @@
https://github.com/gigalixir/gigalixir-buildpack-clean-cache.git
https://github.com/HashNuke/heroku-buildpack-elixir
https://github.com/gjaldon/heroku-buildpack-phoenix-static
https://github.com/gigalixir/gigalixir-buildpack-distillery.git

View File

@ -5,7 +5,7 @@ defmodule Chess.Mixfile do
[
app: :chess,
version: "0.2.0",
elixir: "~> 1.11.3",
elixir: "~> 1.11.4",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
build_embedded: Mix.env() == :prod,