Skip to content

Commit bef8961

Browse files
committed
Add compat entries
1 parent ca6190a commit bef8961

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Project.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
1919

2020
[compat]
2121
julia = "1"
22-
DataFrames = ">=0.19.0"
23-
JSON = ">=0.21"
24-
LibPQ = ">=1.1.0"
25-
Query = ">=1.0.0"
26-
StringCases = ">=0.0.1"
27-
Tables = ">=1.0.0"
28-
TickTock = ">=1.0.0"
29-
TimeZones = ">=1.3.0"
22+
Documenter="0.25.0,1"
23+
DataFrames = "0.19.0,1"
24+
JSON = "0.21,1"
25+
LibPQ = "1.1.0,2"
26+
Query = "1.0.0,2"
27+
StringCases = "0.0.1,1"
28+
Tables = "1.0.0,2"
29+
TickTock = "1.0.0,2"
30+
TimeZones = "1.3.0,2"

0 commit comments

Comments
 (0)