Skip to content

Commit

Permalink
Update Kotlin version to 1.9.23 in gradle files
Browse files Browse the repository at this point in the history
  • Loading branch information
timakden committed Mar 8, 2024
1 parent 50d32bb commit df301b3
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.22"
kotlin("jvm") version "1.9.23"
}

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.0
kotlinVersion=1.9.22
kotlinVersion=1.9.23
tinylogVersion=2.7.0

# Other settings
Expand Down

0 comments on commit df301b3

Please sign in to comment.