mockito / mockito-kotlin

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

Remove jcenter #450

Closed k163377 closed 2 years ago

k163377 commented 2 years ago

Removed JCenter from build.gradle as it is scheduled to be closed in February 2022. Upgraded to 1.0.1 as com.nhaarman:expect.kt:1.0.0 can no longer be obtained due to this change. https://mvnrepository.com/artifact/com.nhaarman/expect.kt

The description of README has been fixed at the same time.

Addition

No changes were made between com.nhaarman:expect.kt:1.0.0 and 1.0.1 except for the publish change. https://github.com/nhaarman/expect.kt/compare/1.0.0...1.0.1