Skip to content

Commit 2c613c3

Browse files
committed
Update packages
1 parent d5a108a commit 2c613c3

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ControlPlots = "0.2.5"
4343
DataFrames = "1.7"
4444
DefaultApplication = "1"
4545
DelimitedFiles = "1"
46-
DifferentiationInterface = "0.6.48"
46+
DifferentiationInterface = "0.7.4"
4747
Documenter = "1.8"
4848
FiniteDiff = "2.27.0"
4949
Interpolations = "0.15, 0.16"
@@ -54,7 +54,7 @@ Measures = "0.3"
5454
NonlinearSolve = "4.8.0"
5555
Parameters = "0.12"
5656
Pkg = "1"
57-
PreallocationTools = "0.4.25"
57+
PreallocationTools = "0.4.31"
5858
PrecompileTools = "1.2.1"
5959
Random = "1.10.0"
6060
SciMLBase = "2.77.0"
@@ -64,7 +64,7 @@ Statistics = "1"
6464
StructMapping = "0.2.3"
6565
Test = "1"
6666
Timers = "0.1"
67-
Xfoil = "0.5"
67+
Xfoil = "0, 1"
6868
YAML = "0.4.13"
6969
julia = "1.10, 1.11"
7070

test/Aqua.jl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
using Aqua
1+
using Pkg
2+
if ! ("Aqua" keys(Pkg.project().dependencies))
3+
using TestEnv; TestEnv.activate()
4+
end
5+
6+
using Aqua, VortexStepMethod, Test
27
@testset "Aqua.jl" begin
38
Aqua.test_all(
49
VortexStepMethod;

0 commit comments

Comments
 (0)