From b8acebf953545a857a773ee8922d877df6f96988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helmut=20H=C3=A4nsel?= Date: Wed, 22 Nov 2023 08:36:01 +0100 Subject: [PATCH] fix Genie compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b7c78928..1859299c 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" DataFrames = "1" Dates = "1.6" FilePathsBase = "0.9" -Genie = "5.23.0" +Genie = "5.23.2" GenieSession = "1" GenieSessionFileSession = "1" JSON = "0.20, 0.21"