Skip to content

Commit

Permalink
build: bump compats between sub-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Dec 16, 2024
1 parent b03261b commit 63ab223
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ NLSolvers = "0.5"
NLsolve = "4.5"
NaNMath = "1"
NonlinearProblemLibrary = "0.1.2"
NonlinearSolveBase = "1.3"
NonlinearSolveFirstOrder = "1"
NonlinearSolveQuasiNewton = "1"
NonlinearSolveSpectralMethods = "1"
NonlinearSolveBase = "1.5"
NonlinearSolveFirstOrder = "1.2"
NonlinearSolveQuasiNewton = "1.1"
NonlinearSolveSpectralMethods = "1.1"
OrdinaryDiffEqTsit5 = "1.1.0"
PETSc = "0.3"
Pkg = "1.10"
Expand All @@ -104,7 +104,7 @@ ReTestItems = "1.24"
Reexport = "1.2"
SIAMFANLEquations = "1.0.1"
SciMLBase = "2.58"
SimpleNonlinearSolve = "2"
SimpleNonlinearSolve = "2.1"
SparseArrays = "1.10"
SparseConnectivityTracer = "0.6.5"
SparseMatrixColorings = "0.4.5"
Expand Down
2 changes: 1 addition & 1 deletion lib/NonlinearSolveFirstOrder/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ LinearAlgebra = "1.10"
LinearSolve = "2.36.1"
MaybeInplace = "0.1.4"
NonlinearProblemLibrary = "0.1.2"
NonlinearSolveBase = "1.1"
NonlinearSolveBase = "1.5"
Pkg = "1.10"
PrecompileTools = "1.2"
Random = "1.10"
Expand Down
2 changes: 1 addition & 1 deletion lib/NonlinearSolveQuasiNewton/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ LinearAlgebra = "1.10"
LinearSolve = "2.36.1"
MaybeInplace = "0.1.4"
NonlinearProblemLibrary = "0.1.2"
NonlinearSolveBase = "1.1"
NonlinearSolveBase = "1.5"
Pkg = "1.10"
PrecompileTools = "1.2"
ReTestItems = "1.24"
Expand Down
2 changes: 1 addition & 1 deletion lib/NonlinearSolveSpectralMethods/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ InteractiveUtils = "<0.0.1, 1"
LineSearch = "0.1.4"
MaybeInplace = "0.1.4"
NonlinearProblemLibrary = "0.1.2"
NonlinearSolveBase = "1.1"
NonlinearSolveBase = "1.5"
Pkg = "1.10"
PrecompileTools = "1.2"
ReTestItems = "1.24"
Expand Down
2 changes: 1 addition & 1 deletion lib/SimpleNonlinearSolve/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ LineSearch = "0.1.3"
LinearAlgebra = "1.10"
MaybeInplace = "0.1.4"
NonlinearProblemLibrary = "0.1.2"
NonlinearSolveBase = "1.1"
NonlinearSolveBase = "1.5"
Pkg = "1.10"
PolyesterForwardDiff = "0.1"
PrecompileTools = "1.2"
Expand Down

0 comments on commit 63ab223

Please sign in to comment.