Skip to content

Commit

Permalink
Kotlin 2.0.0-Beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
demidko committed Jan 19, 2024
1 parent 65eeb6f commit a747507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ repositories {
plugins {
id("org.springframework.boot") version "3.3.0-SNAPSHOT"
id("io.spring.dependency-management") version "1.1.4"
kotlin("jvm") version "2.0.0-Beta2"
kotlin("plugin.spring") version "2.0.0-Beta2"
kotlin("jvm") version "2.0.0-Beta3"
kotlin("plugin.spring") version "2.0.0-Beta3"
}
dependencies {
implementation("org.springframework.boot:spring-boot-starter-web")
Expand Down

0 comments on commit a747507

Please sign in to comment.