From c3769a44b3bd2a7527ff5eb06d9aa851a9a0e147 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 18 Nov 2021 00:50:04 +0000 Subject: [PATCH] CompatHelper: bump compat for Clang_jll to 13, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 14d611a..097cf29 100644 --- a/Project.toml +++ b/Project.toml @@ -10,6 +10,6 @@ Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" Scratch = "6c6a2e73-6563-6170-7368-637461726353" [compat] -Clang_jll = "^9, ^11, ^12" +Clang_jll = "^9, ^11, ^12, 13" Scratch = "^1" julia = "^1.5"