From b43764a2088912162ed5e8df2f6da7d2598fb1a3 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 29 Jan 2018 21:00:48 +0100 Subject: Hello world example --- examples/helloworld/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/helloworld/build.gradle') diff --git a/examples/helloworld/build.gradle b/examples/helloworld/build.gradle index afc39547..7890fb72 100644 --- a/examples/helloworld/build.gradle +++ b/examples/helloworld/build.gradle @@ -12,7 +12,7 @@ buildscript { dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-frontend-plugin:0.0.26" - classpath "gradle.plugin.io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.0.0.RC5-5" + classpath "gradle.plugin.io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.0.0.RC6-2" } } -- cgit