Skip to content

Commit 20a32b2

Browse files
committed
Kotlin 2.0.0-RC1
1 parent ec7d530 commit 20a32b2

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
@@ -10,8 +10,8 @@ repositories {
1010
plugins {
1111
id("org.springframework.boot") version "3.3.0-SNAPSHOT"
1212
id("io.spring.dependency-management") version "1.1.4"
13-
kotlin("jvm") version "2.0.0-Beta5"
14-
kotlin("plugin.spring") version "2.0.0-Beta5"
13+
kotlin("jvm") version "2.0.0-RC1"
14+
kotlin("plugin.spring") version "2.0.0-RC1"
1515
}
1616
dependencies {
1717
implementation("org.springframework.boot:spring-boot-starter-web")

0 commit comments

Comments
 (0)