Skip to content

Commit f67ee17

Browse files
Bump Aqua to 0.8 in all sublibraries
Update Aqua compat from 0.5 to 0.8 in: - DAEProblemLibrary - DDEProblemLibrary - JumpProblemLibrary - ODEProblemLibrary - SDEProblemLibrary BVProblemLibrary and NonlinearProblemLibrary already had Aqua 0.8. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e7a2ede commit f67ee17

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

lib/DAEProblemLibrary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
77
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
88

99
[compat]
10-
Aqua = "0.5"
10+
Aqua = "0.8"
1111
DiffEqBase = "6"
1212
julia = "1.10"
1313

lib/DDEProblemLibrary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = "0.1.3"
66
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
77

88
[compat]
9-
Aqua = "0.5"
9+
Aqua = "0.8"
1010
DiffEqBase = "6"
1111
julia = "1.10"
1212

lib/JumpProblemLibrary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
88
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
99

1010
[compat]
11-
Aqua = "0.5"
11+
Aqua = "0.8"
1212
Catalyst = "15"
1313
DiffEqBase = "6"
1414
RuntimeGeneratedFunctions = "0.5"

lib/ODEProblemLibrary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
99
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1010

1111
[compat]
12-
Aqua = "0.5"
12+
Aqua = "0.8"
1313
DiffEqBase = "6"
1414
julia = "1.10"
1515

lib/SDEProblemLibrary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
99
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1010

1111
[compat]
12-
Aqua = "0.5"
12+
Aqua = "0.8"
1313
DiffEqBase = "6"
1414
RuntimeGeneratedFunctions = "0.5"
1515
SciMLBase = "2.0.1"

0 commit comments

Comments
 (0)