Skip to content

Commit 6714d87

Browse files
github-actions[bot]CompatHelper Juliapalday
authored
CompatHelper: bump compat for Aqua in [extras] to 0.8, (keep existing compat) (#57)
* CompatHelper: bump compat for Aqua in [extras] to 0.8, (keep existing compat) * Update Julia version from 1.9 to 1.10 * compat --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Phillip Alday <me@phillipalday.com>
1 parent 812e755 commit 6714d87

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Project.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BoxCox"
22
uuid = "1248164d-f7a6-4bdb-8e8d-8c4a187b3ce6"
3+
version = "0.3.8"
34
authors = ["Phillip Alday <me@phillipalday.com>"]
4-
version = "0.3.7"
55

66
[deps]
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
@@ -30,7 +30,8 @@ BoxCoxMixedModelsExt = ["MixedModels", "Tables"]
3030
BoxCoxStatsModelsExt = ["StatsModels", "Tables"]
3131

3232
[compat]
33-
Aqua = "0.6"
33+
Aqua = "0.8"
34+
CairoMakie = "0.8 - 0.15"
3435
DocStringExtensions = "0.9"
3536
LinearAlgebra = "1"
3637
Makie = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24"
@@ -47,7 +48,7 @@ StatsModels = "0.6, 0.7"
4748
Tables = "1"
4849
Test = "1"
4950
TestSetExtensions = "3"
50-
julia = "1.9"
51+
julia = "1.10"
5152

5253
[extras]
5354
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include("setup_tests.jl")
22

33
@testset ExtendedTestSet "Aqua" begin
4-
Aqua.test_all(BoxCox; ambiguities=false, piracy=true)
4+
Aqua.test_all(BoxCox; ambiguities=false, piracies=true)
55
end
66

77
@testset ExtendedTestSet "Box-Cox" include("boxcox.jl")

0 commit comments

Comments
 (0)