File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import java.net.URL
2121
2222plugins {
2323 kotlin(" jvm" ) version " 1.4.10" apply false
24- id(" io.gitlab.arturbosch.detekt" ) version " 1.12.0 "
24+ id(" io.gitlab.arturbosch.detekt" ) version " 1.13.1 "
2525 id(" com.appmattus.markdown" ) version " 0.6.0"
2626 id(" org.jetbrains.dokka" ) version " 1.4.0"
2727}
@@ -68,7 +68,7 @@ tasks.register<Delete>("clean") {
6868}
6969
7070dependencies {
71- detektPlugins(" io.gitlab.arturbosch.detekt:detekt-formatting:1.12.0 " )
71+ detektPlugins(" io.gitlab.arturbosch.detekt:detekt-formatting:1.13.1 " )
7272}
7373
7474detekt {
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ apply(from = "$rootDir/gradle/scripts/dokka-javadoc.gradle.kts")
2929dependencies {
3030 api(kotlin(" stdlib-jdk8" ))
3131 api(project(" :fixture" ))
32- api(" io.kotest:kotest-property-jvm:4.2.4 " )
32+ api(" io.kotest:kotest-property-jvm:4.2.5 " )
3333
3434 testImplementation(" junit:junit:4.13" )
3535 testImplementation(kotlin(" test" ))
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ buildscript {
2424 maven(url = " https://plugins.gradle.org/m2/" )
2525 }
2626 dependencies {
27- classpath(" com.github.ben-manes:gradle-versions-plugin:0.28 .0" )
27+ classpath(" com.github.ben-manes:gradle-versions-plugin:0.33 .0" )
2828 }
2929}
3030
You can’t perform that action at this time.
0 commit comments