Skip to content

Commit

Permalink
Update org.jetbrains.kotlin to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 6, 2023
1 parent 0cbe14d commit b561905
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.42.1" 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.8.22" apply false
kotlin("kapt") version "1.8.22" apply false
kotlin("jvm") version "1.9.0" apply false
kotlin("kapt") version "1.9.0" apply false
}

subprojects {
Expand Down

0 comments on commit b561905

Please sign in to comment.