Skip to content

Commit

Permalink
Fix deprecation warning for Mix.config
Browse files Browse the repository at this point in the history
  • Loading branch information
adam12 committed Feb 9, 2024
1 parent 792f3ba commit 129bc66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is responsible for configuring your application
# and its dependencies with the aid of the Mix.Config module.
use Mix.Config
# and its dependencies with the aid of the Config module.
import Config

# This configuration is loaded before any dependency and is restricted
# to this project. If another project depends on this project, this
Expand Down

0 comments on commit 129bc66

Please sign in to comment.