Skip to content

Commit

Permalink
update elixir and dependencies version to current latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ripple0328 committed Nov 17, 2023
1 parent a63c587 commit c60c87d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
@@ -1,2 +1,2 @@
elixir 1.15.6-otp-26
elixir 1.15.7-otp-26
erlang 26.1
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -9,7 +9,7 @@
# - https://hub.docker.com/r/hexpm/elixir/tags - for the build image
# - https://hub.docker.com/_/debian?tab=tags&page=1&name=bullseye-20230522-slim - for the release image
# - https://pkgs.org/ - resource for finding needed packages
ARG ELIXIR_VERSION=1.15.6
ARG ELIXIR_VERSION=1.15.7
ARG OTP_VERSION=26.1
ARG OS_NAME=debian
ARG OS_VER=bullseye-20230612-slim
Expand Down
6 changes: 3 additions & 3 deletions mix.exs
Expand Up @@ -5,7 +5,7 @@ defmodule Outdoor.MixProject do
[
app: :outdoor,
version: "0.1.0",
elixir: "~> 1.15.6",
elixir: "~> 1.15.7",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
aliases: aliases(),
Expand Down Expand Up @@ -40,7 +40,7 @@ defmodule Outdoor.MixProject do
{:postgrex, ">= 0.0.0"},
{:phoenix_html, "~> 3.3"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:phoenix_live_view, "~> 0.19.0"},
{:phoenix_live_view, "~> 0.20.0"},
{:floki, ">= 0.30.0", only: :test},
{:phoenix_live_dashboard, "~> 0.8.0"},
{:esbuild, "~> 0.7", runtime: Mix.env() == :dev},
Expand All @@ -52,7 +52,7 @@ defmodule Outdoor.MixProject do
{:gettext, "~> 0.20"},
{:jason, "~> 1.2"},
{:plug_cowboy, "~> 2.5"},
{:excoveralls, "~> 0.16.1", only: :test}
{:excoveralls, "~> 0.18", only: :test}
]
end

Expand Down

0 comments on commit c60c87d

Please sign in to comment.