Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/rider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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...)
Expand Down
Loading