From b7903a0b9c390382c8a3a4ef3cf6044856832152 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 23 May 2022 00:58:35 +0000 Subject: [PATCH] CompatHelper: bump compat for JuliaFormatter to 0.23, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2d91a1b2e..ae100e7b8 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" [compat] DataStructures = "0.18" -JuliaFormatter = "0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22" +JuliaFormatter = "0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23" OffsetArrays = "1.8" julia = "1.3"