Skip to content

Commit cfed6b1

Browse files
committed
bump Bracketing
1 parent ad3a8dc commit cfed6b1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

lib/BracketingNonlinearSolve/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BracketingNonlinearSolve"
22
uuid = "70df07ce-3d50-431d-a3e7-ca6ddb60ac1e"
33
authors = ["Avik Pal <[email protected]> and contributors"]
4-
version = "1.1.2"
4+
version = "1.1.3"
55

66
[deps]
77
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"

lib/SCCNonlinearSolve/Project.toml

+4-2
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"
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", "NonlinearSolveBase", "NonlinearSolveFirstOrder", "NonlinearProblemLibrary", "Pkg", "ReTestItems", "StableRNGs", "StaticArrays", "Test"]

0 commit comments

Comments
 (0)