Remove override (not necessary anymore)

This commit is contained in:
Claudio Ortolina
2026-02-27 10:00:21 +00:00
parent 6bf13486a3
commit 7728f4be56
+1 -1
View File
@@ -45,7 +45,7 @@ defmodule MusicLibrary.MixProject do
# Low-level tooling
{:jason, "~> 1.2"},
# 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
{:gettext, "~> 1.0"},