Skip to content

Commit 8442481

Browse files
Update dependency elixir to v1.19.1 (#184)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3ea3cf2 commit 8442481

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
erlang 27.3.4
2-
elixir 1.18.4
2+
elixir 1.19.1
33
zig 0.14.1

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defmodule MixDependencySubmission.MixProject do
1010
[
1111
app: :mix_dependency_submission,
1212
version: @version,
13-
elixir: "1.18.4",
13+
elixir: "1.19.1",
1414
start_permanent: Mix.env() == :prod,
1515
deps: deps(),
1616
docs: docs(),

0 commit comments

Comments
 (0)