Warning in SciMLBase about ContinousClock

During precompilation I get this warning. How could I avoid this? I have this version v2.155.1

SciMLBase
│  ┌ Warning: the bare singleton variant syntax `ContinuousClock` is deprecated, write `ContinuousClock()` instead (near C:\Users\User\.julia\packages\SciMLBase\hLfdZ\src\clock.jl:4)
│  │   caller = eval(m::Module, e::Any) at boot.jl:489
│  └ @ Core .\boot.jl:489
└   

Welcome to the Julia community!

Hopefully, this warning gets fixed soon, but for the time being, it will just work anyway.