Update dependencies

Move to circular_buffer 1.0, as it's identical to 0.4.2
This commit is contained in:
Claudio Ortolina
2025-06-23 09:31:56 +03:00
parent 0ad67f10c6
commit cc5f5c7d8b
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ defmodule MusicLibrary.MixProject do
[
# Low-level tooling
{:jason, "~> 1.2"},
{:circular_buffer, "~> 0.4.1"},
# Version 0.4.2 and 1.0 are identical, so it's safe to override
{:circular_buffer, "~> 1.0", override: true},
# Translations
{:gettext, "~> 0.20"},