Skip to content

Commit 93630d0

Browse files
committed
Upgrade to Kotlin 1.2.60
1 parent 3c1edfa commit 93630d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
plugins {
4-
val kotlinVersion = "1.2.41"
4+
val kotlinVersion = "1.2.60"
55
id("org.jetbrains.kotlin.jvm") version kotlinVersion
66
id("org.jetbrains.kotlin.plugin.spring") version kotlinVersion
77
id("io.spring.dependency-management") version "1.0.4.RELEASE"

0 commit comments

Comments
 (0)