Skip to content

Commit

Permalink
Update deprecated Gradle Configuration and update version number (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-seth committed Mar 31, 2021
1 parent 8610db1 commit 04a43b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2000-01-10-how.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ With [Gradle](http://gradle.org) one can do:

{% highlight Groovy %}
repositories { jcenter() }
dependencies { testCompile "org.mockito:mockito-core:2.+" }
dependencies { testImplementation "org.mockito:mockito-core:3.+" }
{% endhighlight %}

Maven users can declare a [dependency on mockito-core](https://search.maven.org/search?q=g:org.mockito%20a:mockito-core).
Expand Down

0 comments on commit 04a43b0

Please sign in to comment.