Skip to content

Commit 467f5bb

Browse files
build: bump org.jetbrains.kotlin:kotlin-gradle-plugin
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 2.4.20-Beta2 to 2.4.20-RC. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.4.20-RC/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.4.20-Beta2...v2.4.20-RC) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.4.20-RC dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 155e892 commit 467f5bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

buildSrc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
66

77
buildscript {
88
configurations.classpath {
9-
resolutionStrategy.force("org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.20-Beta2")
9+
resolutionStrategy.force("org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.20-RC")
1010
}
1111
}
1212

@@ -59,6 +59,6 @@ configurations.configureEach {
5959

6060
dependencies {
6161
implementation("org.jetbrains.dokka:dokka-gradle-plugin:2.2.0")
62-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.20-Beta2")
62+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.20-RC")
6363
implementation("com.vanniktech:gradle-maven-publish-plugin:0.37.0")
6464
}

0 commit comments

Comments
 (0)