From 3063fa0e7f57240ccd465e89fc11b4fb5922e263 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 13 Dec 2025 00:35:42 +0000 Subject: [PATCH] CompatHelper: bump compat for JuliaFormatter in [extras] to 2, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 9435c87c..69672cd8 100644 --- a/Project.toml +++ b/Project.toml @@ -2,8 +2,8 @@ name = "Libtask" uuid = "6f1fad26-d15e-5dc8-ae53-837a1d7b8c9f" license = "MIT" desc = "Tape based task copying in Turing" -repo = "https://github.com/TuringLang/Libtask.jl.git" version = "0.9.10" +repo = "https://github.com/TuringLang/Libtask.jl.git" [deps] MistyClosures = "dbe65cb8-6be2-42dd-bbc5-4196aaced4f4" @@ -11,7 +11,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Aqua = "0.8.11" -JuliaFormatter = "1.0.62" +JuliaFormatter = "1.0.62, 2" MistyClosures = "2.0.0" Test = "1" julia = "~1.10.8, 1.11.6"