We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e05381 commit c4dc99cCopy full SHA for c4dc99c
.tool-versions
@@ -1,3 +1,3 @@
1
-erlang 27.1.1
2
-elixir 1.17.3
+erlang 27.2
+elixir 1.18.3
3
zig 0.14.0
mix.exs
@@ -10,7 +10,7 @@ defmodule MixDependencySubmission.MixProject do
10
[
11
app: :mix_dependency_submission,
12
version: @version,
13
- elixir: "1.17.3",
+ elixir: "1.18.3",
14
start_permanent: Mix.env() == :prod,
15
deps: deps(),
16
docs: docs(),
0 commit comments