From 37bbae48634d879640a754a1b122db99f0b00478 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Peters Date: Tue, 23 Mar 2021 13:38:18 +0100 Subject: [PATCH] Retrieve correct version number in Maven Central badge (#419) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7076550b..abac3de0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Mockito-Kotlin -[ ![Download](https://maven-badges.herokuapp.com/maven-central/org.mockito/mockito-kotlin/badge.svg) ](https://maven-badges.herokuapp.com/maven-central/org.mockito.kotlin/mockito-kotlin) +[ ![Download](https://maven-badges.herokuapp.com/maven-central/org.mockito.kotlin/mockito-kotlin/badge.svg) ](https://maven-badges.herokuapp.com/maven-central/org.mockito.kotlin/mockito-kotlin) A small library that provides helper functions to work with [Mockito](https://github.com/mockito/mockito) in Kotlin.