Skip to content

Commit ef21a05

Browse files
Update Kotlin
1 parent 1f49e76 commit ef21a05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ buildscript {
1111
plugins {
1212
id("org.springframework.boot") version "2.5.4"
1313
id("io.spring.dependency-management") version "1.0.11.RELEASE"
14-
id("org.jetbrains.kotlin.kapt") version "1.5.30"
14+
id("org.jetbrains.kotlin.kapt") version "1.9.21"
1515
id("com.google.cloud.tools.jib") version "3.1.4"
1616
id("com.diffplug.spotless") version "5.14.2"
17-
kotlin("jvm") version "1.5.20"
18-
kotlin("plugin.spring") version "1.5.20"
17+
kotlin("jvm") version "1.9.0"
18+
kotlin("plugin.spring") version "1.9.21"
1919
}
2020

2121
group = "org.codefreak.cloud"

0 commit comments

Comments
 (0)