Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
lfgcampos authored Oct 15, 2024
1 parent 890a10f commit 64a4185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat-getting-started-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ val swaggerVersion: String by extra { "2.9.2" }
plugins {
id("org.springframework.boot") version "2.7.5"
id("io.spring.dependency-management") version "1.1.6"
kotlin("jvm") version "2.0.20"
kotlin("jvm") version "2.0.21"
kotlin("plugin.spring") version "2.0.21"
}

Expand Down

0 comments on commit 64a4185

Please sign in to comment.