From 262e5fb9abc24f21d4cc301a0e45fc5d502c15c3 Mon Sep 17 00:00:00 2001 From: hhaensel Date: Tue, 16 Feb 2021 16:41:30 +0100 Subject: [PATCH] compat with Stipple 0.9 --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index f5eb46c3..305ee2da 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "StippleUI" uuid = "a3c5d34a-b254-4859-a8fa-b86abb7e84a3" authors = ["Adrian Salceanu "] -version = "0.2.3" +version = "0.2.4" [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" @@ -10,10 +10,10 @@ JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" Stipple = "4acbeb90-81a0-11ea-1966-bdaff8155998" [compat] -DataFrames = "0.20, 0.21" +DataFrames = "0.20, 0.21, 0.22" Genie = "1" JSON = "0.21" -Stipple = "0.5, 0.6, 0.7" +Stipple = "0.5, 0.6, 0.8, 0.9" julia = "1" [extras]