Remove override (not necessary anymore)
This commit is contained in:
@@ -45,7 +45,7 @@ defmodule MusicLibrary.MixProject do
|
|||||||
# Low-level tooling
|
# Low-level tooling
|
||||||
{:jason, "~> 1.2"},
|
{:jason, "~> 1.2"},
|
||||||
# Version 0.4.2 and 1.0 are identical, so it's safe to override
|
# Version 0.4.2 and 1.0 are identical, so it's safe to override
|
||||||
{:circular_buffer, "~> 1.0", override: true},
|
{:circular_buffer, "~> 1.0"},
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
{:gettext, "~> 1.0"},
|
{:gettext, "~> 1.0"},
|
||||||
|
|||||||
Reference in New Issue
Block a user