Skip to content

Commit

Permalink
Add compat for ColorTypes v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jaakkor2 committed Oct 25, 2024
1 parent d082137 commit 4554068
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 = "JMPReader"
uuid = "d9f7e686-cf87-4d12-8d7a-0e9b8c9fba29"
version = "0.1.12"
version = "0.1.13"
authors = ["Jaakko Ruohio <[email protected]>"]

[deps]
Expand All @@ -14,7 +14,7 @@ WeakRefStrings = "ea10d353-3f73-51f8-a26c-33c1cb351aa5"

[compat]
CodecZlib = "0.7"
ColorTypes = "0.11.4"
ColorTypes = "0.11.4, 0.12"
DataFrames = "1"
Dates = "1.6"
LibDeflate = "0.4"
Expand Down

0 comments on commit 4554068

Please sign in to comment.