Skip to content

Commit cefe608

Browse files
author
Krystian Panek
committed
Minor
1 parent 532d33f commit cefe608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
testImplementation("org.jetbrains.kotlin:kotlin-test")
3939
testImplementation("org.jetbrains.kotlin:kotlin-test-junit")
4040

41-
"detektPlugins"("io.gitlab.arturbosch.detekt:detekt-formatting:1.6.0")
41+
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.6.0")
4242
}
4343

4444
val functionalTestSourceSet = sourceSets.create("functionalTest")

0 commit comments

Comments
 (0)