Skip to content

Commit 07e4d16

Browse files
authored
Add NonlinearSolveBase dependency (#569)
1 parent f5d3ef7 commit 07e4d16

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/SCCNonlinearSolve/Project.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ExplicitImports = "1.5"
1818
Hwloc = "3"
1919
InteractiveUtils = "<0.0.1, 1"
2020
NonlinearProblemLibrary = "0.1.2"
21+
NonlinearSolveBase = "1.5.1"
2122
NonlinearSolveFirstOrder = "1"
2223
Pkg = "1.10"
2324
PrecompileTools = "1.2"
@@ -36,13 +37,14 @@ BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
3637
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
3738
Hwloc = "0e44f5e4-bd66-52a0-8798-143a42290a1d"
3839
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
39-
NonlinearSolveFirstOrder = "5959db7a-ea39-4486-b5fe-2dd0bf03d60d"
4040
NonlinearProblemLibrary = "b7050fa9-e91f-4b37-bcee-a89a063da141"
41+
NonlinearSolveBase = "be0214bd-f91f-a760-ac4e-3421ce2b2da0"
42+
NonlinearSolveFirstOrder = "5959db7a-ea39-4486-b5fe-2dd0bf03d60d"
4143
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
4244
ReTestItems = "817f1d60-ba6b-4fd5-9520-3cf149f6a823"
4345
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
4446
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
4547
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4648

4749
[targets]
48-
test = ["Aqua", "BenchmarkTools", "ExplicitImports", "Hwloc", "InteractiveUtils", "NonlinearSolveFirstOrder", "NonlinearProblemLibrary", "Pkg", "ReTestItems", "StableRNGs", "StaticArrays", "Test"]
50+
test = ["Aqua", "BenchmarkTools", "ExplicitImports", "Hwloc", "InteractiveUtils", "NonlinearProblemLibrary", "NonlinearSolveBase", "NonlinearSolveFirstOrder", "Pkg", "ReTestItems", "StableRNGs", "StaticArrays", "Test"]

0 commit comments

Comments
 (0)