From 35b6f5453a5d754339d92516b11524359d8a7f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Mon, 5 Jun 2023 18:06:21 +0200 Subject: [PATCH] Bump `Aqua.jl` to `0.6.3` --- test/Aqua.jl | 2 +- test/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Aqua.jl b/test/Aqua.jl index 6ab8ce087..523b4ea08 100644 --- a/test/Aqua.jl +++ b/test/Aqua.jl @@ -10,6 +10,6 @@ using Aqua stale_deps=true, deps_compat=true, project_toml_formatting=true, - piracy=false # TODO: fix + piracy=true ) end diff --git a/test/Project.toml b/test/Project.toml index 0eedd75d4..393d8c8ed 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -5,4 +5,4 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -Aqua = "0.6.2" +Aqua = "0.6.3"