From 82e1e4af2d47a4a20162f6731ac3edd912b7a5a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 23:28:00 +0100 Subject: [PATCH] CompatHelper: add new compat entry for Accessors at version 0.1 for package test, (keep existing compat) (#107) Co-authored-by: CompatHelper Julia Co-authored-by: Penelope Yong --- test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index 5a41251..dbc641b 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -7,6 +7,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] +Accessors = "0.1" Documenter = "0.26.3, 0.27, 1" InvertedIndices = "1" OffsetArrays = "1"