diff --git a/detekt-compiler-plugin/gradle.properties b/detekt-compiler-plugin/gradle.properties index 101d6d4c7903..497199fc2646 100644 --- a/detekt-compiler-plugin/gradle.properties +++ b/detekt-compiler-plugin/gradle.properties @@ -1,4 +1,4 @@ -kotlinCompilerChecksum=aa7ec35e8101a2186ddd31700a19f2b53081ac0b1a795f30eee37ae6b41f7da9 +kotlinCompilerChecksum=2a4d493c82c55f97901cadef106d4eb8e35f20c3c288532c7a475c683c41f1bc kotlin.code.style=official systemProp.sonar.host.url=http://localhost:9000 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 114ca5d94007..824e5b4ef3ec 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] dokka = "1.9.10" jacoco = "0.8.11" -kotlin = "2.0.0-Beta4" +kotlin = "2.0.0-Beta5" coroutines = "1.7.3" ktlint = "1.1.1" junit = "5.10.2"