Skip to content

Commit 145bab3

Browse files
authored
Merge pull request #73 from lorenzoh/lo/setfield-compat
Bump Setfield compat
2 parents 21c9cb8 + 542221a commit 145bab3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
strategy:
1010
matrix:
1111
version:
12-
- '1.5'
12+
- '1.6'
13+
- '1.8'
1314
os:
1415
- ubuntu-latest
1516
- macOS-latest

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DataAugmentation"
22
uuid = "88a5189c-e7ff-4f85-ac6b-e6158070f02e"
33
authors = ["lorenzoh <[email protected]>"]
4-
version = "0.2.10"
4+
version = "0.2.11"
55

66
[deps]
77
ColorBlendModes = "60508b50-96e1-4007-9d6c-f475c410f16b"
@@ -36,7 +36,7 @@ MosaicViews = "0.2, 0.3"
3636
OffsetArrays = "1"
3737
Parameters = "0.12"
3838
Rotations = "1"
39-
Setfield = "0.7, 0.8"
39+
Setfield = "0.7, 0.8, 1"
4040
StaticArrays = "1"
4141
julia = "1.3, 1.4, 1.5"
4242

0 commit comments

Comments
 (0)