Skip to content

Commit

Permalink
Switch to elixir 1.15 and otp 26
Browse files Browse the repository at this point in the history
  • Loading branch information
Flo0807 committed Nov 22, 2023
1 parent 87eebb9 commit 3f86df1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 25.1.2
elixir 1.14.3-otp-25
erlang 26.1.2
elixir 1.15.7-otp-26
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule TablerIcons.MixProject do
[
app: :tabler_icons,
version: "0.4.0",
elixir: "~> 1.14",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
deps: deps(),
description: description(),
Expand All @@ -37,7 +37,7 @@ defmodule TablerIcons.MixProject do
# Run "mix help compile.app" to learn about applications.
def application do
[
extra_applications: [:logger]
extra_applications: [:logger, :inets, :ssl]
]
end

Expand Down

0 comments on commit 3f86df1

Please sign in to comment.