Skip to content

Commit 0611b5f

Browse files
Merge branch 'sourceplusplus:master' into feature/issue-1021/hide-inactive-endpoints
2 parents 57b5130 + a827803 commit 0611b5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dependencies {
8787
kapt("io.vertx:vertx-codegen:$vertxVersion:processor")
8888
compileOnly("io.vertx:vertx-codegen:$vertxVersion")
8989

90-
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.0")
90+
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.1")
9191
}
9292

9393
tasks.withType<JavaCompile> {

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginManagement {
55
id 'org.jetbrains.kotlin.kapt' version kotlinVersion apply false
66
id 'org.jetbrains.kotlin.plugin.noarg' version kotlinVersion apply false
77
id 'com.diffplug.spotless' version '6.20.0' apply false
8-
id 'io.gitlab.arturbosch.detekt' version "1.23.0" apply false
8+
id 'io.gitlab.arturbosch.detekt' version "1.23.1" apply false
99
}
1010
}
1111

0 commit comments

Comments
 (0)