We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165a5c9 commit 4e6adfaCopy full SHA for 4e6adfa
buildSrc/build.gradle.kts
@@ -7,7 +7,7 @@ repositories {
7
}
8
9
dependencies {
10
- val kotlinVersion = "2.0.10"
+ val kotlinVersion = "2.1.0"
11
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") // kotlin("jvm")
12
implementation("org.jetbrains.kotlin:kotlin-allopen:$kotlinVersion") // kotlin("plugin.spring")
13
implementation("org.springframework.boot:spring-boot-gradle-plugin:3.4.1") // id("org.springframework.boot")
0 commit comments