Open LuciferYang opened 1 year ago
It seems that Mockito 5 has become more active than Mockito 4.
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:
mockito-4-11
mockito-5-6
https://github.com/scalatest/scalatestplus-mockito/pull/33
It seems that Mockito 5 has become more active than Mockito 4.