Skip to content

Commit 445d186

Browse files
committed
Update Kotlin to v1.5.30
1 parent a36df07 commit 445d186

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ plugins {
1414
id("org.jetbrains.kotlin.kapt") version "1.5.30"
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.5.30"
18+
kotlin("plugin.spring") version "1.5.30"
1919
}
2020

2121
group = "org.codefreak.cloud"

0 commit comments

Comments
 (0)