Skip to content

Commit cb39ab0

Browse files
authored
Upgrade to Elixir 1.18.1 (#2)
* Upgrade to elixir 1.18 * Change OTP version to 27.2
1 parent 1f05d53 commit cb39ab0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
erlang 27.1.2
2-
elixir 1.17.3
1+
erlang 27.2
2+
elixir 1.18.1

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Ltiex.MixProject do
55
[
66
app: :ltiex,
77
version: "1.0.0",
8-
elixir: "~> 1.17",
8+
elixir: "~> 1.18",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),
1111
# Docs

0 commit comments

Comments
 (0)