We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac72861 commit 2370c1aCopy full SHA for 2370c1a
1 file changed
gradle/libs.versions.toml
@@ -1,9 +1,9 @@
1
[versions]
2
-kotlin = "2.2.21" # Used for the code of the rules
+kotlin = "2.3.20" # Used for the code of the rules
3
ktlint = "1.8.0"
4
-kotlin-ktlint = "2.2.21" # Update only when ktlint version updates
+kotlin-ktlint = "2.3.20" # Update only when ktlint version updates
5
detekt = "2.0.0-alpha.2"
6
-kotlin-detekt = "2.3.0" # Update only when detekt version updates
+kotlin-detekt = "2.3.20" # Update only when detekt version updates
7
junit = "5.14.3"
8
junit-platform = "1.14.3"
9
0 commit comments