From d60f49e846e81c48bad22b1188eb4a69719d08e6 Mon Sep 17 00:00:00 2001 From: Benjamin Lorenz Date: Thu, 16 Nov 2023 11:55:49 +0100 Subject: [PATCH] try aqua 0.8 --- test/Aqua.jl | 3 +-- test/Project.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/test/Aqua.jl b/test/Aqua.jl index fa8e37f6..f52431c2 100644 --- a/test/Aqua.jl +++ b/test/Aqua.jl @@ -12,8 +12,7 @@ using Aqua project_extras=true, stale_deps=true, deps_compat=true, - project_toml_formatting=true, # this is also disabled to to the way libcxxwrap defines c++ function mappings - piracy=false, + piracies=false, ) end diff --git a/test/Project.toml b/test/Project.toml index 9ddfeb77..345980a4 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -3,4 +3,4 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -Aqua = "0.7" +Aqua = "0.8"