Skip to content

Commit

Permalink
Update Compat for Colors.jl to 0.13, bump patch version (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg authored Feb 17, 2025
1 parent 3c87c1b commit 3f9abbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Compose"
uuid = "a81c6b42-2e10-5240-aca2-a61377ecd94b"
version = "0.9.5"
version = "0.9.6"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand All @@ -18,7 +18,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
Colors = "0.9, 0.10, 0.11, 0.12"
Colors = "0.9, 0.10, 0.11, 0.12, 0.13"
DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18"
IterTools = "1"
JSON = "0.18, 0.19, 0.20, 0.21"
Expand Down

0 comments on commit 3f9abbf

Please sign in to comment.