We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab4f22 commit 96e8932Copy full SHA for 96e8932
buildSrc/build.gradle.kts
@@ -8,7 +8,7 @@ repositories {
8
9
dependencies {
10
// this hack prevents the following bug: https://github.com/gradle/gradle/issues/9770
11
- implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0")
+ implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.20")
12
13
implementation("org.cqfn.diktat:diktat-gradle-plugin:1.2.5")
14
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8")
buildSrc/src/main/kotlin/com/akuleshov7/Versions.kt
@@ -5,7 +5,7 @@
5
)
6
7
object Versions {
- const val KOTLIN = "2.2.0"
+ const val KOTLIN = "2.2.20"
const val JUNIT = "5.7.1"
const val OKIO = "3.16.0"
const val SERIALIZATION = "1.9.0"
0 commit comments