Skip to content

Commit

Permalink
bump kotlin -> 2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jactor-rises committed Nov 1, 2024
1 parent 18bd831 commit d0fe746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("com.github.ben-manes.versions") version "0.46.0" apply false
id("io.spring.dependency-management") version "1.1.0" apply false

kotlin("plugin.spring") version "2.0.0" apply false
kotlin("plugin.spring") version "2.0.21" apply false
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ tasks.compileKotlin {
}

dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21")
}

0 comments on commit d0fe746

Please sign in to comment.