From 6c3812674f172df46635946e69c6cbd02b86cd4f Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Mon, 6 Jan 2020 09:53:40 +0100 Subject: [PATCH] Gradle: Upgrade detekt to version 1.3.1 See https://arturbosch.github.io/detekt/changelog.html#131. Signed-off-by: Sebastian Schuberth --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 74731f55137db..979335fdb4921 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -detektPluginVersion = 1.3.0 +detektPluginVersion = 1.3.1 dokkaPluginVersion = 0.10.0 ideaExtPluginVersion = 0.5 kotlinPluginVersion = 1.3.61