mockito / mockito-kotlin

Using Mockito with Kotlin
MIT License
3.11k stars 202 forks source link

Mocktio kotlin versioning #451

Closed emartynov closed 1 year ago

emartynov commented 2 years ago

I understood that it will be linked to the mockito releases. Was I wrong?

TimvdLippe commented 1 year ago

Mockito-kotlin is versioned by SEMVER (https://github.com/mockito/mockito-kotlin#versioning), but independent of mockito-core, as we treat as a standalone project. However, whenever we would bump the required version of mockito-core which would include a major bump, we would do a major bump for mockito-kotlin as well. E.g. mockito-kotlin will likely receive as many, but maybe more major releases than mockito-core.