We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7d530 commit 20a32b2Copy full SHA for 20a32b2
build.gradle.kts
@@ -10,8 +10,8 @@ repositories {
10
plugins {
11
id("org.springframework.boot") version "3.3.0-SNAPSHOT"
12
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"
+ kotlin("jvm") version "2.0.0-RC1"
+ kotlin("plugin.spring") version "2.0.0-RC1"
15
}
16
dependencies {
17
implementation("org.springframework.boot:spring-boot-starter-web")
0 commit comments