Skip to content

Commit e9aa0ac

Browse files
Gradle: Bump kotlinVersion from 1.7.20 to 1.8.0
1 parent f9a96ef commit e9aa0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import org.springframework.boot.gradle.tasks.run.BootRun
2121
// See https://docs.gradle.org/current/userguide/organizing_gradle_projects.html#sec:build_sources
2222

2323
plugins {
24-
val kotlinVersion = "1.7.20"
24+
val kotlinVersion = "1.8.0"
2525
kotlin("jvm") version kotlinVersion
2626
kotlin("plugin.spring") version kotlinVersion apply false
2727
id("pl.allegro.tech.build.axion-release") version "1.14.2"

0 commit comments

Comments
 (0)