ML-13: Tighten ecto_sqlite3 dep constraints

This commit is contained in:
Claudio Ortolina
2026-04-24 09:54:05 +01:00
parent 815b34c024
commit 3852340479
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ defmodule MusicLibrary.MixProject do
# Database
{:phoenix_ecto, "~> 4.5"},
{:ecto_sql, "~> 3.10"},
{:ecto_sqlite3, ">= 0.0.0"},
{:ecto_sqlite3, "~> 0.22.0"},
{:cloak_ecto, "~> 1.3"},
# UI