Skip to content

Commit cc6755f

Browse files
fix(deps): update kotlin monorepo
1 parent 4e015bd commit cc6755f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
buildscript {
4-
val kotlinVersion = "1.2.0"
4+
val kotlinVersion = "1.9.0"
55
val springBootVersion = "2.0.0.M7"
66
repositories {
77
mavenCentral()
@@ -34,7 +34,7 @@ repositories {
3434
maven { url = uri("https://repo.spring.io/milestone") }
3535
}
3636

37-
val kotlinVersion = "1.2.0"
37+
val kotlinVersion = "1.2.71"
3838
val uPortalVersion = "5.0.4"
3939

4040
dependencies {

0 commit comments

Comments
 (0)