ReactiveMongo/Play-ReactiveMongo

ReactiveMongo branch 0.11.7.play23 still has a deprecation warning on `object ReactiveMongoPlugin`

Closed this issue · 0 comments

In a commit on Aug 4th (b5647e7) the deprecation warning is removed from the class ReactiveMongoPlugin however it is not removed from the companion object.

I expect that this warning should have been removed from both. If this is intentional, could I get a quick example of how the class is intended to be used without the companion object?