From 7728f4be56ca70ca0461ffe98165703e788f7e85 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 27 Feb 2026 10:00:21 +0000 Subject: [PATCH] Remove override (not necessary anymore) --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index a0ae2d66..d0a4daab 100644 --- a/mix.exs +++ b/mix.exs @@ -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"},