Skip to content

Commit b94a3f3

Browse files
CompatHelper: bump compat for "SQLite" to "0.9"
1 parent 063d7a6 commit b94a3f3

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

Project.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1414
TableShowUtils = "5e66a065-1f0a-5976-b372-e0b8c017ca10"
1515
TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
1616

17+
[compat]
18+
DataValues = "0.4.11"
19+
IteratorInterfaceExtensions = "0.1.1, 1"
20+
MacroTools = "0.5"
21+
QueryOperators = "0.9"
22+
SQLite = "0.8.1, 0.9"
23+
TableShowUtils = "0.2.5"
24+
TableTraits = "0.4.1, 1"
25+
julia = "1"
26+
1727
[extras]
1828
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
19-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2029
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
2130
QueryTables = "30ad73d7-305e-5999-88c2-a7d9e8945169"
31+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2232

2333
[targets]
2434
test = ["Documenter", "Query", "QueryTables", "Test"]
25-
26-
[compat]
27-
julia = "1"
28-
IteratorInterfaceExtensions = "0.1.1, 1"
29-
MacroTools = "0.5"
30-
QueryOperators = "0.9"
31-
SQLite = "0.8.1"
32-
TableTraits = "0.4.1, 1"
33-
DataValues = "0.4.11"
34-
TableShowUtils = "0.2.5"

0 commit comments

Comments
 (0)