Skip to content

Commit 9cece80

Browse files
Merge pull request #324 from simonbyrne/patch-2
Fix deprecation
2 parents 3f54753 + 25d16d2 commit 9cece80

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" # qualified names only supported in Julia 1.9
8383
@deprecate SciMLBase.solve(cache::LinearCache, args...; kwargs...) SciMLBase.solve!(cache::LinearCache,
8484
args...;
8585
kwargs...) false

0 commit comments

Comments
 (0)