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
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
kotlin = "2.4.0" # Used for the code of the rules
kotlin = "2.4.10" # Used for the code of the rules
ktlint = "1.8.0"
kotlin-ktlint = "2.2.21" # Update only when ktlint version updates
kotlin-ktlint = "2.4.10" # Update only when ktlint version updates
detekt = "2.0.0-alpha.5"
kotlin-detekt = "2.4.0" # Update only when detekt version updates
kotlin-detekt = "2.4.10" # Update only when detekt version updates
junit = "5.14.4"
junit-platform = "1.14.4"

Expand Down