Skip to content

Commit b646240

Browse files
committed
fix: min compats
1 parent 8298c02 commit b646240

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/NonlinearSolveBase/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NonlinearSolveBase"
22
uuid = "be0214bd-f91f-a760-ac4e-3421ce2b2da0"
33
authors = ["Avik Pal <avikpal@mit.edu> and contributors"]
4-
version = "1.14.1"
4+
version = "1.14.2"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -74,7 +74,7 @@ SciMLOperators = "0.4, 1.0"
7474
SparseArrays = "1.10"
7575
SparseMatrixColorings = "0.4.5"
7676
StaticArraysCore = "1.4"
77-
SymbolicIndexingInterface = "0.3.36"
77+
SymbolicIndexingInterface = "0.3.39"
7878
Test = "1.10"
7979
TimerOutputs = "0.5.23"
8080
julia = "1.10"

lib/SimpleNonlinearSolve/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SimpleNonlinearSolve"
22
uuid = "727e6d20-b764-4bd8-a329-72de5adea6c7"
33
authors = ["SciML"]
4-
version = "2.7.0"
4+
version = "2.7.1"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -61,7 +61,7 @@ LineSearch = "0.1.3"
6161
LinearAlgebra = "1.10"
6262
MaybeInplace = "0.1.4"
6363
NonlinearProblemLibrary = "0.1.2"
64-
NonlinearSolveBase = "1.4"
64+
NonlinearSolveBase = "1.14"
6565
Pkg = "1.10"
6666
PolyesterForwardDiff = "0.1.3"
6767
PrecompileTools = "1.2"

0 commit comments

Comments
 (0)