diff --git a/src/rider/build.gradle.kts b/src/rider/build.gradle.kts index 7414dc35..ae64fb71 100644 --- a/src/rider/build.gradle.kts +++ b/src/rider/build.gradle.kts @@ -17,7 +17,7 @@ plugins { // gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin id("org.jetbrains.changelog") version "2.2.1" // detekt linter - read more: https://detekt.github.io/detekt/gradle.html - id("io.gitlab.arturbosch.detekt") version "1.23.7" + id("io.gitlab.arturbosch.detekt") version "1.23.8" // ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle //id("org.jlleitschuh.gradle.ktlint") version "12.1.1" // grammarkit to generate parser & lexer (i.e. the bnf and the flex file...)