From 58cad7e280cc81a5a68f145844eafc904191bca6 Mon Sep 17 00:00:00 2001 From: lorenzoh Date: Sat, 17 Dec 2022 15:09:34 +0100 Subject: [PATCH 1/2] Bump Setfield compat --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ad26f445..caa10064 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DataAugmentation" uuid = "88a5189c-e7ff-4f85-ac6b-e6158070f02e" authors = ["lorenzoh "] -version = "0.2.10" +version = "0.2.11" [deps] ColorBlendModes = "60508b50-96e1-4007-9d6c-f475c410f16b" @@ -36,7 +36,7 @@ MosaicViews = "0.2, 0.3" OffsetArrays = "1" Parameters = "0.12" Rotations = "1" -Setfield = "0.7, 0.8" +Setfield = "0.7, 0.8, 1" StaticArrays = "1" julia = "1.3, 1.4, 1.5" From 542221a290c7dcdc8c1140fa3f6ac6cc638de963 Mon Sep 17 00:00:00 2001 From: lorenzoh Date: Sat, 17 Dec 2022 15:18:52 +0100 Subject: [PATCH 2/2] Update CI julia versions --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d2f0c68..ddcb527b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,8 @@ jobs: strategy: matrix: version: - - '1.5' + - '1.6' + - '1.8' os: - ubuntu-latest - macOS-latest