Skip to content

Commit f020176

Browse files
authored
Compat: ColorTypes 0.9, Colors 0.11 (#118)
Closes #116 Closes #117
1 parent 80522a2 commit f020176

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ColorVectorSpace"
22
uuid = "c3611d14-8923-5661-9e6a-0046d554d3a4"
3-
version = "0.8.1"
3+
version = "0.8.2"
44

55
[deps]
66
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
@@ -12,9 +12,9 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1212
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1313

1414
[compat]
15-
ColorTypes = "0.8"
16-
Colors = "0.9, 0.10"
17-
FixedPointNumbers = "0.5, 0.6, 0.7"
15+
ColorTypes = "0.8, 0.9"
16+
Colors = "0.9, 0.10, 0.11"
17+
FixedPointNumbers = "0.6, 0.7"
1818
SpecialFunctions = "0.7, 0.8, 0.9"
1919
StatsBase = "0.28, 0.29, 0.30, 0.31, 0.32"
2020
julia = "1"

0 commit comments

Comments
 (0)