Bumped Kotlin to version 1.9.24

This commit is contained in:
Erik C. Thauvin 2024-05-09 23:08:06 -07:00
parent 6f738cee9e
commit 94254cd590
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
plugins {
id("application")
id("com.github.ben-manes.versions") version "0.51.0"
kotlin("jvm") version "1.9.23"
kotlin("jvm") version "1.9.24"
kotlin("kapt") version "1.9.23"
}