We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36df07 commit 445d186Copy full SHA for 445d186
build.gradle.kts
@@ -14,8 +14,8 @@ plugins {
14
id("org.jetbrains.kotlin.kapt") version "1.5.30"
15
id("com.google.cloud.tools.jib") version "3.1.4"
16
id("com.diffplug.spotless") version "5.14.2"
17
- kotlin("jvm") version "1.5.20"
18
- kotlin("plugin.spring") version "1.5.20"
+ kotlin("jvm") version "1.5.30"
+ kotlin("plugin.spring") version "1.5.30"
19
}
20
21
group = "org.codefreak.cloud"
0 commit comments