Skip to content

Commit

Permalink
Upgrade Kotlin version to 1.9.24
Browse files Browse the repository at this point in the history
The Kotlin version has been updated in the Gradle settings from 1.9.23 to 1.9.24. This change affects both build.gradle.kts and gradle.properties files and ensures alignment with the latest Kotlin update.
  • Loading branch information
timakden committed May 7, 2024
1 parent aa63cda commit c31bf5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val tinylogVersion: String by project
plugins {
idea
id("com.github.ben-manes.versions") version "0.51.0"
kotlin("jvm") version "1.9.23"
kotlin("jvm") version "1.9.24"
}

group = "ru.timakden"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dependencies
kotestVersion=5.8.1
kotlinVersion=1.9.23
kotlinVersion=1.9.24
tinylogVersion=2.7.0

# Other settings
Expand Down

0 comments on commit c31bf5a

Please sign in to comment.