Skip to content

Commit becfc84

Browse files
committed
bump patch version and Aqua version
Add compat entries for extras as required by new Aqua.jl
1 parent 29f4a50 commit becfc84

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Project.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GeoJSON"
22
uuid = "61d90e0f-e114-555e-ac52-39dfb47a3ef9"
33
authors = ["Martijn Visser <[email protected]>", "Rafael Schouten <[email protected]>", "Maarten Pronk <[email protected]>"]
4-
version = "0.7.2"
4+
version = "0.7.3"
55

66
[deps]
77
Extents = "411431e0-e8b7-467b-b5e0-f676ba4f2910"
@@ -13,14 +13,17 @@ StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
1313
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1414

1515
[compat]
16-
Aqua = "0.5"
16+
Aqua = "0.8"
17+
DataFrames = "1.6"
1718
Extents = "0.1"
1819
GeoFormatTypes = "0.4"
1920
GeoInterface = "1.2.1"
2021
GeoInterfaceRecipes = "1"
2122
JSON3 = "1.13"
23+
Plots = "1.39"
2224
StructTypes = "1"
2325
Tables = "1"
26+
Test = "<0.0.1,1"
2427
julia = "1.6"
2528

2629
[extras]

0 commit comments

Comments
 (0)