From a19cfb6a1962b0fe7a44e1dbe8c6f1241d95a7e4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 20 Aug 2021 01:00:46 +0000 Subject: [PATCH] CompatHelper: bump compat for ImageTransformations to 0.9, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 10d7940..8dd52a9 100644 --- a/Project.toml +++ b/Project.toml @@ -27,10 +27,10 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" ColorBlendModes = "0.2" CoordinateTransformations = "0.6" Distributions = "0.24, 0.25" -IndirectArrays = "0.5" ImageDraw = "0.2" -ImageTransformations = "0.8" +ImageTransformations = "0.8, 0.9" Images = "0.23, 0.24" +IndirectArrays = "0.5" Interpolations = "0.13" MosaicViews = "0.2, 0.3" OffsetArrays = "1.6.2"