Bump Kotlin to version 2.2.0

This commit is contained in:
Erik C. Thauvin 2025-06-27 21:36:38 -07:00
parent 92aac82b50
commit cfcf72bf4e
Signed by: erik
GPG key ID: 776702A6A2DA330E
9 changed files with 13 additions and 13 deletions

View file

@ -1,7 +1,7 @@
plugins {
id("application")
id("com.github.ben-manes.versions") version "0.51.0"
kotlin("jvm") version "2.1.21"
kotlin("jvm") version "2.2.0"
}
defaultTasks(ApplicationPlugin.TASK_RUN_NAME)