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,9 +1,10 @@
---
id: ML-13
title: Tighten ecto_sqlite3 version constraint in mix.exs
status: To Do
status: Done
assignee: []
created_date: '2026-04-20 08:50'
updated_date: '2026-04-24 08:53'
labels: []
dependencies: []
references:
+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