Skip to content

Commit 1903479

Browse files
Merge pull request #2510 from SciML/compathelper/new_version/2024-11-03-22-07-49-443-03983718405
CompatHelper: bump compat for NonlinearSolve to 4, (keep existing compat)
2 parents 1d05b16 + 6d4d89f commit 1903479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ LinearSolve = "2"
9696
Logging = "1.9"
9797
MacroTools = "0.5"
9898
MuladdMacro = "0.2.1"
99-
NonlinearSolve = "3"
99+
NonlinearSolve = "3, 4"
100100
OrdinaryDiffEqAdamsBashforthMoulton = "1"
101101
OrdinaryDiffEqBDF = "1"
102102
OrdinaryDiffEqCore = "1"
@@ -121,8 +121,8 @@ OrdinaryDiffEqQPRK = "1"
121121
OrdinaryDiffEqRKN = "1"
122122
OrdinaryDiffEqRosenbrock = "1"
123123
OrdinaryDiffEqSDIRK = "1"
124-
OrdinaryDiffEqStabilizedIRK = "1"
125124
OrdinaryDiffEqSSPRK = "1"
125+
OrdinaryDiffEqStabilizedIRK = "1"
126126
OrdinaryDiffEqStabilizedRK = "1"
127127
OrdinaryDiffEqSymplecticRK = "1"
128128
OrdinaryDiffEqTsit5 = "1"

0 commit comments

Comments
 (0)