From a2da2f3a526808100f174f750347f3f74f22f04e Mon Sep 17 00:00:00 2001 From: Curtis Vogt Date: Fri, 9 Aug 2024 10:11:13 -0500 Subject: [PATCH] Compatible with Mocking 0.8 (#468) * Compatible with Mocking 0.8 * Set project version to 1.18.0 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b973c5a0..fc48ef1f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TimeZones" uuid = "f269a46b-ccf7-5d73-abea-4c690281aa53" authors = ["Curtis Vogt "] -version = "1.17.0" +version = "1.18.0" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" @@ -26,7 +26,7 @@ Aqua = "0.8" Dates = "1" Downloads = "1" InlineStrings = "1" -Mocking = "0.7" +Mocking = "0.7, 0.8" Printf = "1" RecipesBase = "0.7, 0.8, 1" Scratch = "1.1.1"