CompatHelper: add new compat entry for SQLite at version 1, (keep existing compat)

This commit is contained in:
CompatHelper Julia 2024-09-17 12:02:51 +00:00
parent c09072e87a
commit a76b70ac6d

View file

@ -20,6 +20,7 @@ PSBoardDataBaseInteractiveUtilsExt = "InteractiveUtils"
[compat]
CSV = "0.10"
SQLite = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"