Skip to content

Commit

Permalink
Update org.jetbrains.kotlin to v1.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 23, 2023
1 parent 15d37e9 commit 83b18d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ plugins {
id("com.diffplug.eclipse.apt") version "3.43.0" apply false
id("com.diffplug.spotless") version "6.13.0" apply false
id("org.domaframework.doma.compile") version "2.0.0" apply false
kotlin("jvm") version "1.9.20" apply false
kotlin("kapt") version "1.9.20" apply false
kotlin("jvm") version "1.9.21" apply false
kotlin("kapt") version "1.9.21" apply false
}

subprojects {
Expand Down

0 comments on commit 83b18d6

Please sign in to comment.