Skip to content

Commit cb72ee1

Browse files
authored
Fix deprecation
Fixes #323
1 parent 3f54753 commit cb72ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deprecated.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function set_cacheval(cache::LinearCache, alg_cache)
7979
end
8080
end
8181

82-
@static if VERSION >= v"1.7"
82+
@static if VERSION >= v"1.9"
8383
@deprecate SciMLBase.solve(cache::LinearCache, args...; kwargs...) SciMLBase.solve!(cache::LinearCache,
8484
args...;
8585
kwargs...) false

0 commit comments

Comments
 (0)