Skip to content

Commit

Permalink
Removed deprecated use Mix.Config
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Sulej authored and Artur-Sulej committed Jan 26, 2024
1 parent 4f1f7b3 commit 3093999
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is responsible for configuring your application
# and its dependencies with the aid of the Mix.Config module.
use Mix.Config
import Config

import_config "./#{Mix.env()}.exs"
2 changes: 1 addition & 1 deletion config/dev.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use Mix.Config
import Config

config :git_ops,
mix_project: SpandexDatadog.MixProject,
Expand Down
2 changes: 1 addition & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
use Mix.Config
import Config
2 changes: 1 addition & 1 deletion config/test.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use Mix.Config
import Config

config :logger, :console,
level: :debug,
Expand Down

0 comments on commit 3093999

Please sign in to comment.