redpen-cc / redpen-intellij-plugin

RedPen plugin for Intellij IDEA and other JetBrains IDEs
https://plugins.jetbrains.com/plugin/8210
Apache License 2.0
18 stars 1 forks source link

Fixing Mockito version at Mockito-Kotlin safe one #3

Closed alterakey closed 8 years ago

alterakey commented 8 years ago

Hello, I've found builds are breaking on argThat. This PR intends to solve that issue through fixing Mockito version at the one Mockito-Kotlin uses (2.0.39-beta). Please review and hopefully merge. Best, -t

cbxp commented 8 years ago

Mockito version was already increased to 2.0-beta yesterday in https://github.com/redpen-cc/redpen-intellij-plugin/commit/3b58bae3d37700055b067830b828d66bd01d1657

Probably you didn't do ant deps before making this pull request?

alterakey commented 8 years ago

Thanks for the comment! As you said, ant deps worked like a charm. Maybe my Mockito had gone stale for some reason.

Keep up good work :+1: