scalatest / scalatestplus-mockito

ScalaTest + JMock provides integration support between ScalaTest and Mockito.
Apache License 2.0
16 stars 11 forks source link

Is there a plan to release a version corresponding to Mockito 5? #32

Open LuciferYang opened 1 year ago

LuciferYang commented 1 year ago

It seems that Mockito 5 has become more active than Mockito 4.

cheeseng commented 1 year ago

Yes, the main thing with Mockito 5 is that it requires jdk11, while ScalaTest still supports jdk8. I think we'll maintain both mockito-4-11 and mockito-5-6. I submitted the following PR:

https://github.com/scalatest/scalatestplus-mockito/pull/33