Skip to content

Commit

Permalink
fix: compiled codes from some deps pruned in Elixir 1.15 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
nanarino committed May 4, 2024
1 parent 13f0656 commit 1630f22
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions serum_new/priv/mix.exs.eex
Expand Up @@ -12,9 +12,7 @@ defmodule <%= @mod_name %>.MixFile do
end

def application do
[
applications: [:serum]
]
[]
end

defp deps do
Expand Down

0 comments on commit 1630f22

Please sign in to comment.