Skip to content

Commit 86940d3

Browse files
Merge remote-tracking branch 'origin/master'
2 parents fd78cf6 + f1e7a22 commit 86940d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: CompatHelper.main()
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs", "test/downstream"])'
26+
run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs", "test/downstream", "lib"])'

lib/OrdinaryDiffEqNonlinearSolve/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ForwardDiff = "0.10.36"
3535
LinearAlgebra = "<0.0.1, 1"
3636
LinearSolve = "2.32.0"
3737
MuladdMacro = "0.2.4"
38-
NonlinearSolve = "3.14.0"
38+
NonlinearSolve = "3.14.0, 4"
3939
OrdinaryDiffEqCore = "1.1"
4040
OrdinaryDiffEqDifferentiation = "<0.0.1, 1"
4141
PreallocationTools = "0.4.23"

0 commit comments

Comments
 (0)